[arch-commits] Commit in encfs/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 19 21:23:43 UTC 2016


    Date: Monday, September 19, 2016 @ 21:23:43
  Author: jlichtblau
Revision: 189999

upgpkg: encfs 1.9.1-2 - gpg source signature check added with
https://github.com/vgough/encfs/issues/220 fixed

Modified:
  encfs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 20:03:41 UTC (rev 189998)
+++ PKGBUILD	2016-09-19 21:23:43 UTC (rev 189999)
@@ -7,7 +7,7 @@
 
 pkgname=encfs
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='https://vgough.github.io/encfs/'
@@ -14,8 +14,10 @@
 license=('LGPL')
 depends=('openssl' 'fuse' 'tinyxml2')
 makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
+            'SKIP')
 
 build() {
   cd "${srcdir}"



More information about the arch-commits mailing list