Date: Wednesday, March 19, 2014 @ 21:36:46 Author: andyrtr Revision: 208227
upgpkg: libisoburn 1.3.6.pl01-1 upstream update 1.3.6.pl01 Modified: libisoburn/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-19 20:32:56 UTC (rev 208226) +++ PKGBUILD 2014-03-19 20:36:46 UTC (rev 208227) @@ -3,28 +3,28 @@ # Contributor: Gour <Gour <[email protected]> pkgname=libisoburn -pkgver=1.3.6 +pkgver=1.3.6.pl01 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia-project.org" arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn>=1.3.6' 'libisofs>=1.3.6' 'readline') +depends=('libburn>=1.3.6.pl01' 'libisofs>=1.3.6' 'readline') optdepends=('tk: for xorriso-tcltk frontend' 'bwidget: for xorriso-tcltk frontend') provides=('xorriso' 'xorriso-tcltk') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('1f7bea50c44ba69acb5710f14f561f5d' +md5sums=('51f010e022b54e38a5f0c194b78c5b3a' 'SKIP') build() { - cd ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver/.pl01/} ./configure --prefix=/usr make } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver/.pl01/} make DESTDIR=${pkgdir} install }
