summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2022-07-17 23:28:34 +0200
committerAlexander Schnaidt2022-07-17 23:28:34 +0200
commita9e718a39737dec06dc55f73aeb497c197cbee0c (patch)
tree652130fc6a6e85fe4d02b70e92f5261c3f08110d
parentf743f1bcb937c91753938f0b9f2e56b8b18c4d69 (diff)
downloadaur-passwordsafe-git.tar.gz
passwordsafe-git: replace wxgtk2 with wxwidgets-gtk3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a42801fd277..c3edb34b2d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Sep 7 14:48:34 UTC 2017
pkgbase = passwordsafe-git
pkgdesc = Simple & Secure Password Management
- pkgver = r11444.80baea965
+ pkgver = r13263.98a688fb6
pkgrel = 1
url = https://pwsafe.org/
arch = i686
@@ -13,8 +11,7 @@ pkgbase = passwordsafe-git
makedepends = gtest
makedepends = zip
makedepends = libxt
- depends = libxtst
- depends = wxgtk
+ depends = wxwidgets-gtk3
depends = qrencode
depends = yubikey-personalization
depends = xerces-c
@@ -26,4 +23,3 @@ pkgbase = passwordsafe-git
md5sums = SKIP
pkgname = passwordsafe-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c99af627218d..686f1ca64903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexander Schnaidt <alex.schnaidt@gmail.com>
# Contributor: Brandon Moller <mollerbw@gmail.com>
pkgname=passwordsafe-git
-pkgver=r11444.80baea965
+pkgver=r13263.98a688fb6
pkgrel=1
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
url="https://pwsafe.org/"
license=('Artistic2.0')
-depends=('libxtst' 'wxgtk' 'qrencode' 'yubikey-personalization' 'xerces-c')
+depends=('wxwidgets-gtk3' 'qrencode' 'yubikey-personalization' 'xerces-c')
makedepends=('git' 'cmake' 'gtest' 'zip' 'libxt')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe' 'pwsafe')