updated version

This commit is contained in:
Martchus 2015-10-09 11:09:51 +02:00
parent 64d410502e
commit e07535d93d
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=tagparser
pkgver=2.0.2
pkgrel=2
pkgver=2.0.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags."
license=('GPL')
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/tagparser"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz")
_reponame=tagparser
sha256sums=('7ab448f305692c9185be3916b00d984507e6c28472d4c320229c48994d1c300c')
sha256sums=('cf103babefdf59bbd40bde3c0534838d0692e6596bab490fba48ee2599924e4b')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=tagparser
pkgname=mingw-w64-tagparser
pkgver=2.0.2
pkgrel=2
pkgver=2.0.3
pkgrel=1
arch=('any')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (mingw-w64)."
license=('GPL')