summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2018-01-29 14:27:41 +0100
committerAlexander Schnaidt2018-01-29 14:27:41 +0100
commit98cb22ef2beb8e8bc43c426900a7c6a9f5e568e9 (patch)
treea3a2555bdaaf95e819b127ce8f92bd631e4eeaed
parent2f5e1074fefd97b8ee143b54304260610b128e02 (diff)
downloadaur-98cb22ef2beb8e8bc43c426900a7c6a9f5e568e9.tar.gz
passwordsafe: update for 1.04BETA, add new makedep 'git' for the new tests
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98a4084a720..4f5bd6a016f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Oct 11 21:00:14 UTC 2017
pkgbase = passwordsafe
pkgdesc = Simple & Secure Password Management
- pkgver = 1.03BETA
- pkgrel = 2
+ pkgver = 1.04BETA
+ pkgrel = 1
url = https://pwsafe.org/
arch = i686
arch = x86_64
@@ -12,6 +10,7 @@ pkgbase = passwordsafe
makedepends = libxt
makedepends = cmake
makedepends = gtest
+ makedepends = git
depends = libxtst
depends = wxgtk
depends = yubikey-personalization
@@ -22,9 +21,10 @@ pkgbase = passwordsafe
conflicts = passwordsafe-git
conflicts = pwsafe
conflicts = pwsafe-gui
- 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
+ source = https://github.com/pwsafe/pwsafe/archive/1.04BETA.tar.gz
+ source = https://github.com/pwsafe/pwsafe/releases/download/1.04BETA/1.04BETA.tar.gz.sig
+ validpgpkeys = C8876BE69A8EC6414C8C8729B131423D7F2F1BB9
+ sha1sums = f1d4f43048c1da6149a953628140fa95cc502572
sha1sums = SKIP
pkgname = passwordsafe
diff --git a/PKGBUILD b/PKGBUILD
index ce57be5669a1..85cf9741c1d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
_pkgname=pwsafe
pkgname=passwordsafe
-_pkgver=1.03
+_pkgver=1.04
pkgver="$_pkgver"BETA
-pkgrel=2
+pkgrel=1
pkgdesc="Simple & Secure Password Management"
arch=('i686' 'x86_64')
url="https://pwsafe.org/"
license=('Artistic2.0')
depends=('libxtst' 'wxgtk' 'yubikey-personalization' 'xerces-c' 'qrencode')
-makedepends=('zip' 'libxt' 'cmake' 'gtest')
+makedepends=('zip' 'libxt' 'cmake' 'gtest' 'git')
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=('23ff4dad38e3bfcabb71b3801ceb316e187bd89a'
+sha1sums=('f1d4f43048c1da6149a953628140fa95cc502572'
'SKIP')
build() {