aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-09-30 19:59:31 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-09-30 20:00:24 +0200
commit795edac27c6707d8f30b93f2b1397ae8ce68e599 (patch)
tree2c73eddb910c31af4ce2d26d05939e10b2ab3773 /testing
parent8e3973c8aab12ceb7a4a4ef848f60ed9a9a218ab (diff)
downloadaports-795edac27c6707d8f30b93f2b1397ae8ce68e599.tar.bz2
aports-795edac27c6707d8f30b93f2b1397ae8ce68e599.tar.xz
testing/libzen: upgrade to 0.4.37
Diffstat (limited to 'testing')
-rw-r--r--testing/libzen/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/libzen/APKBUILD b/testing/libzen/APKBUILD
index 8223e1ff5f..c3dcc9da46 100644
--- a/testing/libzen/APKBUILD
+++ b/testing/libzen/APKBUILD
@@ -1,21 +1,22 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Corey Oliver <corey.jon.oliver@gmail.com>
pkgname=libzen
-pkgver=0.4.31
+_pkgname=ZenLib
+pkgver=0.4.37
pkgrel=0
pkgdesc="shared library for libmediainfo and mediainfo"
-url="http://mediainfo.sourceforge.net"
+url="https://github.com/MediaArea/ZenLib"
arch="all"
license="BSD"
makedepends="libtool autoconf automake"
-source="http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2"
-builddir="$srcdir/ZenLib/Project/GNU/Library"
+source="$pkgname-$pkgver.tar.gz::https://github.com/MediaArea/$_pkgname/archive/v$pkgver.tar.gz"
+builddir="$srcdir/$_pkgname-$pkgver/Project/GNU/Library"
prepare() {
default_prepare
cd "$builddir"
- ./autogen
+ ./autogen.sh
}
build() {
@@ -37,4 +38,4 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
-sha512sums="ab881b0bf6932c6198649898b03634cdb0c133b4b8cbbb29fd6273b858f7b548cac70a7866622b5b3b5d67f28f9cf4856c95a1cca98bbecdf44291c59fe79765 libzen_0.4.31.tar.bz2"
+sha512sums="857091422d6425aeae59bf5a9dfedd72f5c9b4a18f29acf88842d812f2b470fc8b1b03a245af6b7d08d616dd5596a8905cc138daecee23dadea39ae4215f77d4 libzen-0.4.37.tar.gz"