summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBandie2018-05-17 00:32:46 +0200
committerBandie2018-05-17 00:32:46 +0200
commit7a0b2ed697c9e24b3f92d18e690a4745ae4c456e (patch)
treec088c3a98bc8b833adffa64dd3800d53daba7b0d /PKGBUILD
parent80aaf138f5772ad8245380bebd645e38c59757b6 (diff)
downloadaur-7a0b2ed697c9e24b3f92d18e690a4745ae4c456e.tar.gz
r126
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9757ce953c5..eac9130a9da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bandie <bandie@chaospott.de>
pkgname=pam_panic-git
-pkgver=r119.1a79d2a
+pkgver=r126.49d73da
pkgrel=1
pkgdesc="A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/pampanic/pam_panic"
license=('GPL3')
# depends=('')
makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup')
-#checkdepends=('') # Soon it will be cmake
+checkdepends=('cmake')
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")
sha512sums=('SKIP')
@@ -27,7 +27,8 @@ build() {
}
check() {
- echo "No checks yet. But soon!"
+ cd $pkgname-$pkgver
+ make test
}
package() {