Date: Thursday, September 30, 2010 @ 13:27:13 Author: ibiru Revision: 92749
upgpkg: libisoburn 0.6.2.pl00-1 update to 0.6.2 Modified: libisoburn/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-30 17:24:18 UTC (rev 92748) +++ PKGBUILD 2010-09-30 17:27:13 UTC (rev 92749) @@ -3,20 +3,20 @@ # Contributor: Gour <Gour <[email protected]> pkgname=libisoburn -pkgver=0.6.0.pl00 -pkgrel=2 +pkgver=0.6.2.pl00 +pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn" arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn>=0.8.4' 'libisofs>=0.6.34' 'readline>=6.0') +depends=('libburn>=0.8.6' 'libisofs>=0.6.36' 'readline>=6.0') options=('!libtool') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('1056ec382509959223da639689ab81bc') +md5sums=('5066c9b9ac6ec598eb303714df0ec652') build() { cd ${srcdir}/${pkgname}-${pkgver/.pl??/} - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 + ./configure --prefix=/usr + make + make DESTDIR=${pkgdir} install }
