summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-12-04 09:29:06 +1000
committerMark Blakeney2016-12-13 10:38:17 +0800
commit026121a5423e5b89040576c822c8a661bf672d19 (patch)
treead7d7c11934413a686ea9d92fd38a480bcb3c76b
parent0074720792abc72b6553d9e4f465b8787835ca58 (diff)
downloadaur-026121a5423e5b89040576c822c8a661bf672d19.tar.gz
Update .gitignore and go back to md5sums
Also, package fuse has renamed to fuse2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e61b846cc61..8c35da537fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 23:01:55 UTC 2016
+# Tue Dec 13 02:29:08 UTC 2016
pkgbase = encfsui
pkgdesc = Encrypted filesystem encfs GUI wrapper
pkgver = 1.1
@@ -8,11 +8,11 @@ pkgbase = encfsui
arch = any
license = GPL3
depends = encfs
- depends = fuse
+ depends = fuse2
depends = zenity
depends = xdg-utils
source = https://github.com/bulletmark/encfsui/archive/1.1.tar.gz
- sha256sums = 1559afbba51bfddb14663b9c9000a4c12b2bfade94c6c283171a9c52e03412a5
+ md5sums = 20e4596c8925a869cfa52e5b61a668e1
pkgname = encfsui
diff --git a/.gitignore b/.gitignore
index d82a036440cc..6dd39bbd03b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
-encfsui-
+*.tar
+*.[gx]z
diff --git a/PKGBUILD b/PKGBUILD
index f71b46600f17..4631495b022f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc="Encrypted filesystem encfs GUI wrapper"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("encfs" "fuse" "zenity" "xdg-utils")
+depends=("encfs" "fuse2" "zenity" "xdg-utils")
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('1559afbba51bfddb14663b9c9000a4c12b2bfade94c6c283171a9c52e03412a5')
+md5sums=('20e4596c8925a869cfa52e5b61a668e1')
package() {
cd "$pkgname-$pkgver"