diff options
Diffstat (limited to 'main/taglib/APKBUILD')
-rw-r--r-- | main/taglib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/taglib/APKBUILD b/main/taglib/APKBUILD index 19803f3666..3b7107056c 100644 --- a/main/taglib/APKBUILD +++ b/main/taglib/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=taglib pkgver=1.7 -pkgrel=1 +pkgrel=2 pkgdesc="library for reading and editing the meta-data of several popular audio formats." -url="http://ktown.kde.org/~wheeler/taglib.html" +url="http://developer.kde.org/~wheeler/taglib.html" arch="all" license="GPL2" makedepends="zlib-dev cmake" depends= -source="http://ktown.kde.org/~wheeler/files/src/$pkgname-$pkgver.tar.gz" +source="http://developer.kde.org/~wheeler/files/src/taglib-$pkgver.tar.gz" subpackages="$pkgname-dev" build () |