diff options
Diffstat (limited to 'community/libzen')
-rw-r--r-- | community/libzen/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index ce3e18720..338660765 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68076 2012-03-17 18:51:40Z spupykin $ +# $Id: PKGBUILD 69420 2012-04-16 09:40:09Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: hydro <hydro@freenet.de> pkgname=libzen -pkgver=0.4.25 +pkgver=0.4.26 pkgrel=1 pkgdesc="shared library for libmediainfo and mediainfo" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('gcc-libs') makedepends=('libtool' 'automake' 'autoconf') options=('!libtool') source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2) -md5sums=('f30a139d506170aeeb3bc47d15e10fae') +md5sums=('6509bd3787509f4e62e48a99884db636') build() { cd $srcdir/ZenLib/Project/GNU/Library |