summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 231a8e9041bb..5ac846f34da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
pkgdesc="Generate secure multiword passwords/passphrases, inspired by XKCD"
arch=('any')
url="https://github.com/redacted/XKCD-password-generator"
@@ -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=('2e28aa1472a8d86db86e0f49d79309d6d0930229b560c876dc22ee57b2516d02')
+sha256sums=('776c11084b6159ead473a43551a2131c0c487edf4afc26021beb98f848b6a433')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"