summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBandie2018-10-31 23:43:26 +0100
committerBandie2018-10-31 23:43:26 +0100
commitec3b3017c9fba9196a0cc70bc19886a813af05c4 (patch)
tree8ba8edaa3e3be7307a86aa7766181d963dfd1ccf
parent1111c2d94a3a1064ce20d9b22aca131071a614ee (diff)
downloadaur-ec3b3017c9fba9196a0cc70bc19886a813af05c4.tar.gz
Setup suite
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f17cfe783225..d4836940612d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pam_panic-git
pkgdesc = A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
- pkgver = r232.38de2fc
+ pkgver = r243.5a95c97
pkgrel = 1
url = https://github.com/pampanic/pam_panic
arch = any
@@ -19,7 +19,10 @@ pkgbase = pam_panic-git
makedepends = gawk
makedepends = pam
makedepends = cryptsetup
- source = pam_panic-git-r232.38de2fc::git://github.com/pampanic/pam_panic.git
+ makedepends = dialog
+ depends = cryptsetup
+ depends = dialog
+ source = pam_panic-git-r243.5a95c97::git://github.com/pampanic/pam_panic.git
validpgpkeys = E2D7876915312785DC086BFCC1E133BC65A822DD
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 39c342406acf..7198a42cbd2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bandie <bandie@chaospott.de>
pkgname=pam_panic-git
-pkgver=r232.38de2fc
+pkgver=r243.5a95c97
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')
url="https://github.com/pampanic/pam_panic"
license=('GPL3')
-# depends=('')
-makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup')
+depends=('cryptsetup' 'dialog')
+makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup' 'dialog')
checkdepends=('bcunit-cunit-compat')
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")