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

Ronald van Haren ronald at archlinux.org
Thu Oct 7 10:30:45 UTC 2010


    Date: Thursday, October 7, 2010 @ 06:30:45
  Author: ronald
Revision: 94450

upgpkg: fuse 2.8.5-1
bump to latest version

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-07 10:27:09 UTC (rev 94449)
+++ PKGBUILD	2010-10-07 10:30:45 UTC (rev 94450)
@@ -3,8 +3,8 @@
 # Contributor: Mark Rosenstand <mark at archlinux.org>
 
 pkgname=fuse
-pkgver=2.8.4
-pkgrel=2
+pkgver=2.8.5
+pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/"
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 	'fuse.conf')
 options=(!libtool)
-sha1sums=('b1bc296c3e5b90b3658edb5d8d7aa0ee97c145d7'
+sha1sums=('862320b56d6bc4ad5e7be2b1e0b5029166aae09b'
           '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {
@@ -24,6 +24,11 @@
   ./configure --prefix=/usr --enable-lib \
               --enable-util --bindir=/bin
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install || return 1
 
   # static device nodes will cause collision.




More information about the arch-commits mailing list