diff options
Diffstat (limited to 'community/libzen/PKGBUILD')
-rw-r--r-- | community/libzen/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index 4290c6d99..11fb32935 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 90922 2013-05-15 13:46:19Z spupykin $ +# $Id: PKGBUILD 100247 2013-11-02 08:41:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: hydro <hydro@freenet.de> pkgname=libzen pkgver=0.4.29 -pkgrel=1 +pkgrel=2 pkgdesc="shared library for libmediainfo and mediainfo" arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('BSD') depends=('gcc-libs') makedepends=('libtool' 'automake' 'autoconf') -options=('!libtool') source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2) md5sums=('a103218d3438c63fe246cda71ad0ca88') |