summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2017-10-11 13:22:59 +0200
committerAlexander Schnaidt2017-10-11 13:22:59 +0200
commit137be747d96ffd5f42bf68d351f5319f9eb8d89c (patch)
tree4e65c7b0c5692596bf1cc0ecb4b989c5bdae6566
parent41f3ae9c18476667f33296b857310b88e92ba1eb (diff)
downloadaur-137be747d96ffd5f42bf68d351f5319f9eb8d89c.tar.gz
passwordsafe: update for 1.03BETA
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbdf67a1d412..40d2b3d5e715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 21 19:20:11 UTC 2017
+# Wed Oct 11 11:22:04 UTC 2017
pkgbase = passwordsafe
pkgdesc = Simple & Secure Password Management
- pkgver = 1.02BETA
- pkgrel = 2
+ pkgver = 1.03BETA
+ pkgrel = 1
url = https://pwsafe.org/
arch = i686
arch = x86_64
@@ -14,7 +14,6 @@ pkgbase = passwordsafe
makedepends = gtest
depends = libxtst
depends = wxgtk
- depends = webkitgtk2
depends = yubikey-personalization
depends = xerces-c
optdepends = xvkbd: virtual-keyboard support
@@ -22,9 +21,9 @@ pkgbase = passwordsafe
conflicts = passwordsafe-git
conflicts = pwsafe
conflicts = pwsafe-gui
- source = https://github.com/pwsafe/pwsafe/archive/1.02BETA.tar.gz
- source = https://github.com/pwsafe/pwsafe/releases/download/1.02BETA/1.02BETA.tar.gz.sig
- sha1sums = e2e4b31684b0eee39953cf8abbe88262932e09a8
+ source = https://github.com/pwsafe/pwsafe/archive/1.03BETA.tar.gz
+ source = https://github.com/pwsafe/pwsafe/releases/download/1.03BETA/1.03BETA.tar.gz.sig
+ sha1sums = 23ff4dad38e3bfcabb71b3801ceb316e187bd89a
sha1sums = SKIP
pkgname = passwordsafe
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() {