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

Ronald van Haren ronald at archlinux.org
Wed Feb 8 21:50:11 UTC 2012


    Date: Wednesday, February 8, 2012 @ 16:50:11
  Author: ronald
Revision: 149636

upgpkg: fuse 2.8.7-1

update to 2.8.7

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 21:43:02 UTC (rev 149635)
+++ PKGBUILD	2012-02-08 21:50:11 UTC (rev 149636)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand <mark at archlinux.org>
 
 pkgname=fuse
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
@@ -16,8 +16,9 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 	'fuse.conf')
 options=(!libtool)
-sha1sums=('c2c0f9fff8bfee217da200888123e5abb5b498f2'
+sha1sums=('284f22401131ec148bd04362dc86f7b0e94fb5f4'
           '3b42e37a741d4651099225987dc40e7f02a716ad')
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -52,6 +53,7 @@
 
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
   # Fix udev rule location
   install -d -m755 "${pkgdir}/lib"
   mv "${pkgdir}/etc/udev" "${pkgdir}/lib/"




More information about the arch-commits mailing list