summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28db985f320d..eb15508c465c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 03:18:45 UTC 2018
+# Sun Jan 14 03:03:11 UTC 2018
pkgbase = winregfs-git
pkgdesc = Windows Registry FUSE filesystem
pkgver = 0.7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jbruchon/winregfs
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = winregfs-git
makedepends = make
options = !emptydirs
source = https://github.com/jbruchon/winregfs/archive/master.zip
- md5sums = 485e7426f828c7b383773d9d37e4dd1f
+ md5sums = 206e61cec1537e4226a3c1a6971acf4a
pkgname = winregfs-git
diff --git a/PKGBUILD b/PKGBUILD
index 1696eb18a2b1..56b72590aa9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=winregfs-git
pkgver=0.7
-pkgrel=3
+pkgrel=4
pkgdesc="Windows Registry FUSE filesystem "
arch=('i686' 'x86_64')
url="https://github.com/jbruchon/winregfs"
@@ -17,7 +17,7 @@ options=(!emptydirs)
source=("https://github.com/jbruchon/winregfs/archive/master.zip")
-md5sums=("485e7426f828c7b383773d9d37e4dd1f")
+md5sums=("206e61cec1537e4226a3c1a6971acf4a")
build() {