summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e02df47d014..aa534ab03865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 17:10:59 UTC 2016
+# Tue Oct 18 17:26:17 UTC 2016
pkgbase = passwordsafe
pkgdesc = Simple & Secure Password Management
- pkgver = 0.99BETA
+ pkgver = 1.00BETA
pkgrel = 1
url = https://pwsafe.org/
arch = i686
@@ -20,9 +20,9 @@ pkgbase = passwordsafe
conflicts = passwordsafe-git
conflicts = pwsafe
conflicts = pwsafe-gui
- source = https://github.com/pwsafe/pwsafe/releases/download/0.99BETA/pwsafe-0.99BETA-src.tgz
- source = https://github.com/pwsafe/pwsafe/releases/download/0.99BETA/pwsafe-0.99BETA-src.tgz.sig
- sha1sums = 3b736247712c5054e511b8946e7b93eb31eaf287
+ source = https://github.com/pwsafe/pwsafe/archive/1.00BETA.tar.gz
+ source = https://github.com/pwsafe/pwsafe/releases/download/1.00BETA/1.00BETA.tar.gz.sig
+ sha1sums = 44693a6442afb71bf5f3a6eb228205eef507e282
sha1sums = SKIP
pkgname = passwordsafe
diff --git a/PKGBUILD b/PKGBUILD
index 8fb7869c349a..d9c1077c3625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pwsafe
pkgname=passwordsafe
-_pkgver=0.99
+_pkgver=1.00
pkgver="$_pkgver"BETA
pkgrel=1
pkgdesc="Simple & Secure Password Management"
@@ -14,9 +14,10 @@ depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c')
makedepends=('zip' 'libxt')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe-git' 'pwsafe' 'pwsafe-gui')
-source=(https://github.com/pwsafe/pwsafe/releases/download/$pkgver/pwsafe-$pkgver-src.tgz{,.sig})
+source=(https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz
+ https://github.com/pwsafe/pwsafe/releases/download/$pkgver/$pkgver.tar.gz.sig)
validpgpkeys=('A703C1328EABC7B201753BA3919464515CCF8BB3') #Rony Shapiro
-sha1sums=('3b736247712c5054e511b8946e7b93eb31eaf287'
+sha1sums=('44693a6442afb71bf5f3a6eb228205eef507e282'
'SKIP')
prepare() {