[arch-commits] Commit in libzen/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Nov 3 15:03:11 UTC 2015


    Date: Tuesday, November 3, 2015 @ 16:03:11
  Author: spupykin
Revision: 145801

upgpkg: libzen 0.4.32-1

upd

Modified:
  libzen/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-03 15:03:04 UTC (rev 145800)
+++ PKGBUILD	2015-11-03 15:03:11 UTC (rev 145801)
@@ -3,7 +3,7 @@
 # Contributor: hydro <hydro at freenet.de>
 
 pkgname=libzen
-pkgver=0.4.31
+pkgver=0.4.32
 pkgrel=1
 pkgdesc="shared library for libmediainfo and mediainfo"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('a53c78a0e36586700c44a7f19dc88b51')
+source=(http://mediaarea.net/download/source/libzen/${pkgver}/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('ed9cae405b204919fe40531adf888a43')
 
 build() {
   cd $srcdir/ZenLib/Project/GNU/Library
-  [ -x configure ] || sh ./autogen
+  [ -x configure ] || sh ./autogen.sh
   [ -f Makefile ] || ./configure --prefix=/usr --enable-shared
   make clean
   make



More information about the arch-commits mailing list