summaryrefslogtreecommitdiffstats
path: root/main/taglib
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2012-09-21 19:50:46 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2012-09-21 19:50:46 +0200
commitec4df6770118f5e6d86858c44647f5c647cd9b60 (patch)
tree15f14b12affd64a545914d64e17d28423320fd1a /main/taglib
parent4fa6088076c251ec6d78d8d96db574ff81ee3de9 (diff)
main/taglib: upgrade to 1.8
Diffstat (limited to 'main/taglib')
-rw-r--r--main/taglib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/taglib/APKBUILD b/main/taglib/APKBUILD
index c888d92f949..d038bcf2b47 100644
--- a/main/taglib/APKBUILD
+++ b/main/taglib/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=taglib
-pkgver=1.7.2
+pkgver=1.8
pkgrel=0
pkgdesc="library for reading and editing the meta-data of several popular audio formats."
url="http://developer.kde.org/~wheeler/taglib.html"
@@ -8,7 +8,7 @@ arch="all"
license="GPL2"
makedepends="zlib-dev cmake"
depends=
-source="http://developer.kde.org/~wheeler/files/src/taglib-$pkgver.tar.gz"
+source="https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev"
build ()
@@ -22,4 +22,4 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="b0a9e797d3833fb933c7c3176de3d720 taglib-1.7.2.tar.gz"
+md5sums="dcb8bd1b756f2843e18b1fdf3aaeee15 taglib-1.8.tar.gz"