summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 643fd2c7e9b8..958a6e54fee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=argon2-git
_gitname="phc-winner-argon2"
pkgdesc="The password hash Argon2, winner of PHC"
-pkgver=20151206.r74.g6b66b7e
+pkgver=20151206.r108.gf4e7584
pkgrel=1
arch=('i686' 'x86_64')
conflicts=("argon2")
@@ -21,7 +21,6 @@ pkgver() {
build() {
cd $_gitname
make
- make test
}
check() {