summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2018-02-02 00:40:43 +0100
committerNarrat2018-02-02 00:40:43 +0100
commitaeae30f5a96d67a5674f61f3b5ab7e7abd86325e (patch)
tree506ffa139ce4453c02d015872c566015785e124d /PKGBUILD
parent722facc6001a2e40aa8fbe847b41df232b6c2ae6 (diff)
downloadaur-aeae30f5a96d67a5674f61f3b5ab7e7abd86325e.tar.gz
Correcthorse: patch enhanced to remove bias
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da9e176652ef..1c2d348547c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=correcthorse
pkgver=1.0
-pkgrel=5
+pkgrel=6
pkgdesc="Passphrase generator based on https://xkcd.com/936/"
arch=('i686' 'x86_64')
url="https://github.com/rmartinjak/correcthorse"
@@ -12,7 +12,7 @@ depends=('glibc>=2.25')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rmartinjak/$pkgname/archive/v$pkgver.tar.gz
change_prng.patch)
md5sums=('3d691f786f5879f5b902585472d6d195'
- '652145bc56a7d199c95c241cb3744760')
+ '502d2efc2d46cc3c1a92a8245daa380a')
prepare() {