summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kamensky (aka MasterSOFT)2018-01-14 10:03:12 +0700
committerVladimir Kamensky (aka MasterSOFT)2018-01-14 10:03:12 +0700
commit930c7286f18c6131df0375c0d150548c7edf61a0 (patch)
tree4d8402e2f2ea88415203eeaf4447d5810da16c9e
parent02f9c9a6fe64eef3cfb0e60f5db8896b6a31f092 (diff)
downloadaur-930c7286f18c6131df0375c0d150548c7edf61a0.tar.gz
Update to 0.7
-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() {