Date: Wednesday, January 9, 2013 @ 15:24:41 Author: andyrtr Revision: 174984
upgpkg: libisoburn 1.2.6-1 upstream update 1.2.6 Modified: libisoburn/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-09 20:19:16 UTC (rev 174983) +++ PKGBUILD 2013-01-09 20:24:41 UTC (rev 174984) @@ -3,18 +3,18 @@ # Contributor: Gour <Gour <[email protected]> pkgname=libisoburn -pkgver=1.2.4 +pkgver=1.2.6 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn" arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn>=1.2.4' 'libisofs>=1.2.4' 'readline') +depends=('libburn>=1.2.6' 'libisofs>=1.2.6' 'readline') options=('!libtool') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('d5d78ec840a8bbc7df6582f65a28ca1e' - '39d26239be2e7ed2ec1dd22e214173dd') +md5sums=('1db39e96f8d0370bfe571e21ba62df3f' + '67b3c568140b7a4a27f3efdc74bcf3c2') build() { cd ${srcdir}/${pkgname}-${pkgver}
