summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e4ddee584c..607999c96e8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passwordsafe
pkgdesc = Simple & Secure Password Management
- pkgver = 1.13.0
+ pkgver = 1.18.2
pkgrel = 1
url = https://pwsafe.org/
arch = i686
@@ -10,8 +10,7 @@ pkgbase = passwordsafe
makedepends = libxt
makedepends = cmake
makedepends = git
- depends = libxtst
- depends = wxgtk2
+ depends = wxwidgets-gtk3
depends = yubikey-personalization
depends = xerces-c
depends = qrencode
@@ -20,10 +19,10 @@ pkgbase = passwordsafe
conflicts = passwordsafe-debian
conflicts = pwsafe
conflicts = pwsafe-gui
- source = passwordsafe-1.13.0.tar.gz::https://github.com/pwsafe/pwsafe/archive/1.13.0.tar.gz
- source = passwordsafe-1.13.0.tar.gz.sig::https://github.com/pwsafe/pwsafe/releases/download/1.13.0/1.13.0.tar.gz.sig
+ source = passwordsafe-1.18.2.tar.gz::https://github.com/pwsafe/pwsafe/archive/1.18.2.tar.gz
+ source = passwordsafe-1.18.2.tar.gz.sig::https://github.com/pwsafe/pwsafe/releases/download/1.18.2/1.18.2.tar.gz.sig
validpgpkeys = C8876BE69A8EC6414C8C8729B131423D7F2F1BB9
- sha1sums = 8fca2977d42ebd623ff28ed5c51eaca2a2797ebd
+ sha1sums = dc6c5588a8981e1ebdc59d2bd7071f45bd5352cc
sha1sums = SKIP
pkgname = passwordsafe
diff --git a/PKGBUILD b/PKGBUILD
index 02dca8306e5f..2cfa19827a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
_pkgname=pwsafe
pkgname=passwordsafe
-pkgver=1.13.0
+pkgver=1.18.2
pkgrel=1
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
url="https://pwsafe.org/"
license=('Artistic2.0')
-depends=('libxtst' 'wxgtk2' 'yubikey-personalization' 'xerces-c' 'qrencode' 'file')
+depends=('wxwidgets-gtk3' 'yubikey-personalization' 'xerces-c' 'qrencode' 'file')
makedepends=('zip' 'libxt' 'cmake' 'git')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'pwsafe' 'pwsafe-gui')
source=(passwordsafe-$pkgver.tar.gz::https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz
passwordsafe-$pkgver.tar.gz.sig::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=('8fca2977d42ebd623ff28ed5c51eaca2a2797ebd'
+sha1sums=('dc6c5588a8981e1ebdc59d2bd7071f45bd5352cc'
'SKIP')
build() {