summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9838c6e81dfe..b05d46f561ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=gencfsm
_pkgmajver=1.8
pkgname=gnome-encfs-manager
-pkgver=1.8.15
+pkgver=1.8.18
pkgrel=1
pkgdesc="An easy to use manager and mounter for encfs stashes"
arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@ depends=('encfs' 'libgee06' 'gtk3' 'libsm' 'libgnome-keyring')
makedepends=('vala' 'intltool')
install=$pkgname.install
url="https://launchpad.net/gencfsm"
-source=(https://launchpad.net/${_pkgname}/trunk/${_pkgmajver}/+download/${pkgname}_${pkgver}.tar.gz
+source=(https://launchpad.net/${_pkgname}/trunk/${_pkgmajver}/+download/${pkgname}_${pkgver}.tar.xz
)
+sha256sums=('b2c1b6d3d5c5cc9af031183fd1223ed60fd8f6c11682d57b75e8a84e0732eee6')
changelog=${pkgname}.changelog
build() {
@@ -31,4 +32,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha256sums=('bd82d5c61903050d1ccea2180ef38292b7c394634ae6b95421caf0e74ca43ec7')