summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBandie2018-05-14 17:35:41 +0200
committerBandie2018-05-14 17:35:41 +0200
commit80a27bbc33ba5b4a253f22331e868ff8358ecab2 (patch)
treebe984644f7762e540837ce25c1b2e50038c6cdc0 /PKGBUILD
parent59d84f80db8b13a9c27905aa622ebadfcbddae6d (diff)
downloadaur-80a27bbc33ba5b4a253f22331e868ff8358ecab2.tar.gz
makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9a678856d71..480f19984efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pam_panic-git
pkgver=r118.7e548bd
-pkgrel=1
+pkgrel=2
pkgdesc="A PAM module that protects sensitive data and provides a panic function for emergency situations."
arch=('any')
url="https://github.com/pampanic/pam_panic"
license=('GPL3')
# depends=('')
-makedepends=('git' 'autoconf')
+makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk')
#checkdepends=('') # Soon it will be cmake
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")