summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2016-12-04 09:29:06 +1000
committerMark Blakeney2016-12-13 10:38:17 +0800
commit026121a5423e5b89040576c822c8a661bf672d19 (patch)
treead7d7c11934413a686ea9d92fd38a480bcb3c76b /PKGBUILD
parent0074720792abc72b6553d9e4f465b8787835ca58 (diff)
downloadaur-026121a5423e5b89040576c822c8a661bf672d19.tar.gz
Update .gitignore and go back to md5sums
Also, package fuse has renamed to fuse2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"