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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Sep 15 17:33:54 UTC 2010


    Date: Wednesday, September 15, 2010 @ 13:33:53
  Author: andyrtr
Revision: 90745

upgpkg: libisofs 0.6.36-1
new version 0.6.36

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-15 16:26:24 UTC (rev 90744)
+++ PKGBUILD	2010-09-15 17:33:53 UTC (rev 90745)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.34
+pkgver=0.6.36
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 depends=('acl' 'zlib')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('ac0e17bb0b9df0c23293b28af24be8c1')
+md5sums=('4115752f02e82424f553cf44466fbacc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 	--enable-libacl --enable-xattr --disable-static
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }
 




More information about the arch-commits mailing list