summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2014-05-10 01:43:07 +0200
committerAlexander Schnaidt2014-05-10 01:43:07 +0200
commitfdd65e21afa716937c524c2c5456603954b829b6 (patch)
tree16552ad2fbf8062e9f796f0d5438d33114e2185f
parentfddeb3b5381a26cb0c3732254171a1f431c716ef (diff)
downloadaur-fdd65e21afa716937c524c2c5456603954b829b6.tar.gz
make default passwordsafe-git package build with yubikey support
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bffa16aabba..eb3f89e07ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/passwordsafe/"
license=('Artistic2.0')
#to build without yubikey support, remove ykpers and uncomment NO_YUBI in build()
-depends=('libxtst' 'wxgtk2.8' 'xerces-c') #'ykpers')
+depends=('libxtst' 'wxgtk2.8' 'xerces-c' 'ykpers')
makedepends=('git' 'zip' 'libxt')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe' 'pwsafe')
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$pkgname"
- NO_YUBI=1 \
+# NO_YUBI=1 \
WX_CONFIG="/usr/bin/wx-config-2.8" \
make release help I18N
}