summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBandie2018-05-25 12:00:22 +0200
committerBandie2018-05-25 12:00:22 +0200
commit8d061c1fb279d64c84522c18679f821ce60dbd8c (patch)
tree77b32cb4a5a8b4af6392552f21e45deaa1850acf
parent772fbb0dbcab0186b112ca7a4ab887bc03f5a8ad (diff)
downloadaur-8d061c1fb279d64c84522c18679f821ce60dbd8c.tar.gz
Use bcunit-cunit-compat instead of legacy cunit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb41d25cfcd5..df5d7d92a771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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 = r127.d481b6d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pampanic/pam_panic
arch = any
license = GPL3
- checkdepends = cmake
+ checkdepends = bcunit-cunit-compat
makedepends = git
makedepends = automake
makedepends = autoconf
diff --git a/PKGBUILD b/PKGBUILD
index 24e02cce18af..ed078b9935a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pam_panic-git
pkgver=r127.d481b6d
-pkgrel=1
+pkgrel=2
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')
-checkdepends=('cmake')
+checkdepends=('bcunit-cunit-compat')
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")
sha512sums=('SKIP')