[arch-commits] CVS update of extra/lib/avfs (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jun 26 08:17:25 UTC 2007


    Date: Tuesday, June 26, 2007 @ 04:17:25
  Author: eric
    Path: /home/cvs-extra/extra/lib/avfs

Modified: PKGBUILD (1.4 -> 1.5)

upgpkg: avfs 0.9.8-1
updated options syntax


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


Index: extra/lib/avfs/PKGBUILD
diff -u extra/lib/avfs/PKGBUILD:1.4 extra/lib/avfs/PKGBUILD:1.5
--- extra/lib/avfs/PKGBUILD:1.4	Sun Jun 24 20:51:35 2007
+++ extra/lib/avfs/PKGBUILD	Tue Jun 26 04:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.4 2007/06/25 00:51:35 kevin Exp $
+# $Id: PKGBUILD,v 1.5 2007/06/26 08:17:24 eric Exp $
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 # Contributor: K. Piche <kpiche at rogers.com>
 
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=('GPL')
 url="http://avf.sourceforge.net/"
-source=(http://dl.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2)
-options=(NOEMPTYDIRS NOLIBTOOL)
+options=('!emptydirs' '!libtool')
 depends=('fuse')
+source=(http://dl.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2)
 md5sums=('5281b990251c8c3a15366ad40e4818db')
 
 build() {




More information about the arch-commits mailing list