summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquininer2016-01-13 19:52:11 +0800
committerquininer2016-01-13 19:52:11 +0800
commit8eeb39be48533609fbcf20cd382b639a842316d0 (patch)
treec96764803b43734576ff7235ffb9d1427e804280 /PKGBUILD
parentcc9e135e8f7a1f5efab52790a750a4c407f337d2 (diff)
downloadaur-8eeb39be48533609fbcf20cd382b639a842316d0.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34fec59396e7..70ad571b8e38 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.r33.g2146480
+pkgver=20151206.r38.gea8545a
pkgrel=1
arch=('i686' 'x86_64')
conflicts=("argon2")
@@ -24,6 +24,11 @@ build() {
make test
}
+check() {
+ cd $_gitname
+ make test
+}
+
package() {
cd $_gitname
install -D -m755 "${srcdir}/${_gitname}/argon2" "${pkgdir}/usr/bin/argon2"