summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2016-02-15 19:19:27 +0100
committerAlexander Schnaidt2016-02-15 19:19:27 +0100
commitb79e911be8e7fcf6d2213f99b287ceae6f2dee27 (patch)
tree31c5078a828581d14e0db385cd6e98ff7ec88be9
parent3feac6af0aeb22dfd11ce15cd7f79137641036cd (diff)
downloadaur-b79e911be8e7fcf6d2213f99b287ceae6f2dee27.tar.gz
passwordsafe: has to be a string
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b7fe7bb9c2c..a259aac6fb02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=pwsafe
pkgname=passwordsafe
_pkgver=0.97
pkgver="$_pkgver"BETA
-pkgrel=2
+pkgrel=3
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
-url=("https://pwsafe.org/")
+url="https://pwsafe.org/"
license=('Artistic2.0')
#to build without yubikey support, remove ykpers and uncomment NO_YUBI in build()
depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c')