aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libzen
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libzen')
-rw-r--r--testing/libzen/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libzen/APKBUILD b/testing/libzen/APKBUILD
index c3dcc9da46..8ba57c78a9 100644
--- a/testing/libzen/APKBUILD
+++ b/testing/libzen/APKBUILD
@@ -3,12 +3,13 @@
pkgname=libzen
_pkgname=ZenLib
pkgver=0.4.37
-pkgrel=0
+pkgrel=1
pkgdesc="shared library for libmediainfo and mediainfo"
url="https://github.com/MediaArea/ZenLib"
arch="all"
license="BSD"
makedepends="libtool autoconf automake"
+subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/MediaArea/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver/Project/GNU/Library"