Update git packages for tagparser and tageditor

This commit is contained in:
Martchus 2018-03-07 20:18:44 +01:00
parent c31e7e9d5e
commit db002e0112
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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")