summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBandie2018-05-14 23:37:27 +0200
committerBandie2018-05-14 23:37:27 +0200
commit5989681073fc9d966658782835a6cb8c862414bb (patch)
treed7fb569c6295dbefcee23bd8b90ff093b4365bd5 /PKGBUILD
parent0c7d0dfef51b4246d64d92aa5b3f719f027c2e86 (diff)
downloadaur-5989681073fc9d966658782835a6cb8c862414bb.tar.gz
makedeps +cryptsetup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d795011db04e..3d5bb12e8ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pam_panic-git
pkgver=r118.7e548bd
-pkgrel=3
+pkgrel=4
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' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam')
+makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup')
#checkdepends=('') # Soon it will be cmake
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")