summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe-Marie Duquesne2018-03-14 16:47:29 +0100
committerChristophe-Marie Duquesne2018-03-14 16:47:29 +0100
commit9bf88d5657ed07e61e1f66ff2ca655b27cf0d7ab (patch)
treee61a51835f73b968c9fd9d6c7b5a0e4208ca7ae0
parentf6d23e600fe6fef59bfbf457d1eeb480991ff771 (diff)
downloadaur-9bf88d5657ed07e61e1f66ff2ca655b27cf0d7ab.tar.gz
Fixing SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150441b4e13b..d8e3a5bcb614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = afuse
pkgdesc = Automounting file system implemented in user-space using FUSE
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pcarrier/afuse/
arch = i686
arch = x86_64
license = GPL2
depends = fuse
- source = https://afuse.googlecode.com/files/afuse-0.4.1.tar.gz
- md5sums = 317efdda85d5585d085c61a0d262b83b
+ source = https://github.com/pcarrier/afuse/archive/v0.4.1.tar.gz
+ md5sums = 827e70b219402fc01e599bd385d4a04b
pkgname = afuse
diff --git a/PKGBUILD b/PKGBUILD
index ab249f1e0efa..5ff757ee564b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=afuse
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Automounting file system implemented in user-space using FUSE'
url=https://github.com/pcarrier/afuse/
license=(GPL2)