summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBandie2023-03-22 21:04:16 +0100
committerBandie2023-03-22 21:04:16 +0100
commitcf6cbf3e228f35902c875ca4068cf85090c1b4a5 (patch)
tree39cf8085485ea76bbc52981136237ed17fba9d4b
parentef2decacb26aa5201735f140feea5362dba9484d (diff)
downloadaur-cf6cbf3e228f35902c875ca4068cf85090c1b4a5.tar.gz
Changed to cunit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba39016e7fb9..96a96c76ff5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pam_panic
pkgdesc = A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
pkgver = 0.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pampanic/pam_panic
arch = any
license = GPL3
- checkdepends = bcunit-cunit-compat
+ checkdepends = cunit
makedepends = git
makedepends = automake
makedepends = autoconf
diff --git a/PKGBUILD b/PKGBUILD
index cbddee31995e..eba35dd50a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pam_panic
pkgver=0.3.5
-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=('cryptsetup' 'dialog' 'gettext')
makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup' 'dialog' 'po4a')
-checkdepends=('bcunit-cunit-compat')
+checkdepends=('cunit')
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=(
"https://github.com/pampanic/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"