Skip to content

Commit

Permalink
upgpkg: encfs 1.9.1-2 - gpg source signature check added with
Browse files Browse the repository at this point in the history
vgough/encfs#220 fixed

git-svn-id: file:///srv/repos/svn-community/svn@189999 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
jlichtblau authored and svntogit committed Sep 19, 2016
1 parent 700d8b1 commit 60138a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -7,15 +7,17 @@

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/'
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}"
Expand Down

0 comments on commit 60138a1

Please sign in to comment.