summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2017-03-13 09:49:32 +0100
committerPerttu Luukko2017-03-13 09:49:32 +0100
commitbe8ca6b021504486f060e9a5310e87eba33a568a (patch)
treef7399ec134dafcdbf0e44c8b5dd684fc0adda97e
parent61ad6008f79027667c546ea1957da5516e04dbbb (diff)
downloadaur-be8ca6b021504486f060e9a5310e87eba33a568a.tar.gz
Bump version to 1.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5b91c92ce7d..6689c83d1ab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 20:36:34 UTC 2017
+# Mon Mar 13 08:49:08 UTC 2017
pkgbase = xkcdpass
pkgdesc = Generate secure multiword passwords/passphrases, inspired by XKCD
- pkgver = 1.9.2
+ pkgver = 1.9.3
pkgrel = 1
url = https://github.com/redacted/XKCD-password-generator
arch = any
@@ -13,8 +13,8 @@ pkgbase = xkcdpass
optdepends = cracklib: alternative wordlist
optdepends = words: alternative wordlist
options = !emptydirs
- source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.9.2.tar.gz
- sha256sums = 0b2efb0863137b9d01f58ca49c798a704918eceea5aaf63dfe8ae00ba0361123
+ source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.9.3.tar.gz
+ sha256sums = 6dce061fe33ab5079e221f5c6abcdbb674f6f660daf3e3bd5b4a70aa71e18f6c
pkgname = xkcdpass
diff --git a/PKGBUILD b/PKGBUILD
index f47b899df7c5..6c8708fb85d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="Generate secure multiword passwords/passphrases, inspired by XKCD"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('cracklib: alternative wordlist'
'words: alternative wordlist')
options=(!emptydirs)
source=("https://github.com/redacted/XKCD-password-generator/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0b2efb0863137b9d01f58ca49c798a704918eceea5aaf63dfe8ae00ba0361123')
+sha256sums=('6dce061fe33ab5079e221f5c6abcdbb674f6f660daf3e3bd5b4a70aa71e18f6c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"