summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2017-03-28 21:22:54 +0200
committerMichal Krenek (Mikos)2017-03-28 21:22:54 +0200
commitb4bceecda986e5b636e86c52d14298e38f97a9fd (patch)
tree7e10dd21b073fa3d504b6fe17ab00a71339ec06b /PKGBUILD
parent11beb898fc3899141d14eaa8f2f1a369f86ee539 (diff)
downloadaur-pwgen-passphrase.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8aa4b01952d..b9386247d5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=pwgen-passphrase
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Secure wordlist-based passphrase generator"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-setuptools')
optdepends=('python-pyqt5: copying to clipboard' 'python-regex-hg: better regex Unicode support')
source=(https://github.com/xmikos/pwgen-passphrase/archive/v$pkgver.tar.gz)
-sha256sums=('cb69c99596d156b1c82e838ce1eaf4fcd592cabac26d73e0fec545d1aebea7dd')
+sha256sums=('f73e150946ff2a4edd5a2f5186dc143d9056bab01929598e0963ba33ddedcdc9')
build() {
cd "$srcdir/${pkgname}-$pkgver"