summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Schnaidt2017-10-11 13:22:59 +0200
committerAlexander Schnaidt2017-10-11 13:22:59 +0200
commit137be747d96ffd5f42bf68d351f5319f9eb8d89c (patch)
tree4e65c7b0c5692596bf1cc0ecb4b989c5bdae6566 /PKGBUILD
parent41f3ae9c18476667f33296b857310b88e92ba1eb (diff)
downloadaur-137be747d96ffd5f42bf68d351f5319f9eb8d89c.tar.gz
passwordsafe: update for 1.03BETA
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1389dc28e9ed..09d6216e1d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,21 @@
_pkgname=pwsafe
pkgname=passwordsafe
-_pkgver=1.02
+_pkgver=1.03
pkgver="$_pkgver"BETA
-pkgrel=2
+pkgrel=1
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
url="https://pwsafe.org/"
license=('Artistic2.0')
-#to build without yubikey support, remove yubikey-personalization and uncomment NO_YUBI in build()
-depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c')
+depends=('libxtst' 'wxgtk' 'yubikey-personalization' 'xerces-c')
makedepends=('zip' 'libxt' 'cmake' 'gtest')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe-git' 'pwsafe' 'pwsafe-gui')
source=(https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz
https://github.com/pwsafe/pwsafe/releases/download/$pkgver/$pkgver.tar.gz.sig)
validpgpkeys=('C8876BE69A8EC6414C8C8729B131423D7F2F1BB9') # http://pgp.mit.edu/pks/lookup?op=vindex&search=0xB131423D7F2F1BB9
-sha1sums=('e2e4b31684b0eee39953cf8abbe88262932e09a8'
+sha1sums=('23ff4dad38e3bfcabb71b3801ceb316e187bd89a'
'SKIP')
build() {