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

Kevin Piché kevin at archlinux.org
Tue Dec 28 18:22:31 UTC 2010


    Date: Tuesday, December 28, 2010 @ 13:22:31
  Author: kevin
Revision: 104091

upgpkg: avfs 0.9.9-1
Updated to 0.9.9

Modified:
  avfs/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-28 17:55:53 UTC (rev 104090)
+++ PKGBUILD	2010-12-28 18:22:31 UTC (rev 104091)
@@ -3,8 +3,8 @@
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=avfs
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="A virtual filesystem which enables programs to look inside archived or compressed files, or access remote files"
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,11 +12,11 @@
 source=(http://downloads.sourceforge.net/sourceforge/avf/${pkgname}-${pkgver}.tar.bz2)
 options=(!emptydirs !libtool)
 depends=('fuse' 'sh')
-md5sums=('5281b990251c8c3a15366ad40e4818db')
+md5sums=('3e0df074188a6c4ed9df082f61cc6bf4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list