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

Ronald van Haren ronald at archlinux.org
Thu Jun 25 14:49:48 UTC 2009


    Date: Thursday, June 25, 2009 @ 10:49:47
  Author: ronald
Revision: 43574

upgpkg: fuse 2.7.4-3
    remove quotes from backup array, doesn't work

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-25 14:43:29 UTC (rev 43573)
+++ PKGBUILD	2009-06-25 14:49:47 UTC (rev 43574)
@@ -4,14 +4,14 @@
 
 pkgname=fuse
 pkgver=2.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/"
 license="GPL2"
 depends=('glibc')
 makedepends=('pkgconfig')
-backup=('etc/fuse.conf' 'etc/udev/rules.d/99-fuse.rules')
+backup=(etc/fuse.conf etc/udev/rules.d/99-fuse.rules)
 install=fuse.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 	'fuse.conf')




More information about the arch-commits mailing list