diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 3bda0b01..67434074 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -15,7 +15,7 @@ _json_export=ON _reponame=tageditor pkgname=tageditor-git _name=${pkgname%-git} -pkgver=289.900eb45ef8 +pkgver=374.6b342ea pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' diff --git a/tagparser/git/PKGBUILD b/tagparser/git/PKGBUILD index 052071ee..25c9b15c 100644 --- a/tagparser/git/PKGBUILD +++ b/tagparser/git/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=tagparser-git _name=${pkgname%-git} -pkgver=220.4a37d9b58f +pkgver=374.c0336ed pkgrel=1 arch=('i686' 'x86_64') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags' @@ -15,7 +15,7 @@ depends=('c++utilities-git' 'zlib') optdepends=("$_name-doc: API documentation") makedepends=('cmake' 'git') checkdepends=('cppunit' 'openssl') -provides=("${_name}") +#provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git")