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

Anatol Pomozov anatolik at archlinux.org
Thu Apr 28 23:23:25 UTC 2016


    Date: Friday, April 29, 2016 @ 01:23:25
  Author: anatolik
Revision: 266618

upgpkg: fuse 2.9.6-1

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 22:01:40 UTC (rev 266617)
+++ PKGBUILD	2016-04-28 23:23:25 UTC (rev 266618)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand <mark at archlinux.org>
 
 pkgname=fuse
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-_tag=fuse_${pkgver//./_}
+_tag=fuse-$pkgver
 source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
 	'fuse.conf')
-sha1sums=('3fec54328c8e7eec2cd2c22aefdf0ee93645ce84'
+sha1sums=('9a89a4685d7c212d54989770431a6b8555a0e2f1'
           '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {



More information about the arch-commits mailing list