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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jan 22 09:57:20 UTC 2015


    Date: Thursday, January 22, 2015 @ 10:57:20
  Author: aginiewicz
Revision: 126401

upgpkg: unionfs-fuse 1.0-1

Update unionfs-fuse to new upstream release

Modified:
  unionfs-fuse/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-22 06:44:40 UTC (rev 126400)
+++ PKGBUILD	2015-01-22 09:57:20 UTC (rev 126401)
@@ -3,15 +3,15 @@
 # Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
 
 pkgname=unionfs-fuse
-pkgver=0.26
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="A user space unionfs implementation"
 arch=('i686' 'x86_64')
-url="http://podgorny.cz/moin/UnionFsFuse"
+url="https://github.com/rpodgorny/unionfs-fuse"
 license=('BSD')
 depends=('fuse')
-source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('689c636484756f6f7a728ef354cbeac2')
+source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
+md5sums=('598590fb452129c413572ed79824c68a')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



More information about the arch-commits mailing list