Date: Friday, August 9, 2013 @ 16:21:46 Author: andyrtr Revision: 192279
upgpkg: libisoburn 1.3.2-1 upstream update 1.3.2 Modified: libisoburn/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-09 14:19:12 UTC (rev 192278) +++ PKGBUILD 2013-08-09 14:21:46 UTC (rev 192279) @@ -3,26 +3,26 @@ # Contributor: Gour <Gour <[email protected]> pkgname=libisoburn -pkgver=1.3.0 +pkgver=1.3.2 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" -url="http://libburnia.pykix.org/wiki/Libisoburn" +url="http://libburnia-project.org" arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn>=1.3.0' 'libisofs>=1.3.0' 'readline') +depends=('libburn>=1.3.2' 'libisofs>=1.3.2' 'readline') options=('!libtool') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('1341e87e385cb559ee1cd2605e372dec' +md5sums=('7ebee7c1d4e09565daddca15467035af' 'SKIP') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }
