summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Papakostas2023-11-22 11:36:43 +0100
committerJason Papakostas2023-11-22 11:36:43 +0100
commitd0a27742e14178a18f012cf442a7c09ac7e7af21 (patch)
treec473e431bfc0cffc24bfcb867f6637ef4a6bf026 /PKGBUILD
parente71282c5de8f40b5fe4fa2057e4f3cb0b176748d (diff)
downloadaur-d0a27742e14178a18f012cf442a7c09ac7e7af21.tar.gz
Bump version to 1.19.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ef0171fa81b..ae90e4f637cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=xkcdpass
_pkgname='XKCD-password-generator'
-pkgver=1.19.5
+pkgver=1.19.6
pkgrel=1
pkgdesc='Generate secure passphares inspired by XKCD'
arch=('any')
@@ -17,7 +17,7 @@ checkdepends=('python-nose')
optdepends=('cracklib: alternative wordlist'
'words: alternative wordlist')
source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('279d7fc02aff1cc5359bb5cf351919a4ed998344394de0f3403030bfba596d2a')
+sha256sums=('f164d5b3f5c2788c6424147e7d5bd0472265e4bed2baa18bed20e9755c405d7a')
build() {
cd "$_pkgname-$pkgname-$pkgver"