summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBandie2020-09-19 10:36:44 +0200
committerBandie2020-09-19 10:36:44 +0200
commit25a0750aeac936cd213341e82cf60492897f5e9d (patch)
tree34dbaed2067d0adc9de293aacf12ff103d881ea7
parent2a6e94ec654e3b4c309a47611afced3fdec6c093 (diff)
downloadaur-pam_panic-git.tar.gz
po4a
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628a03dbc7d1..fc5326b201a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = r336.829475d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pampanic/pam_panic
arch = any
license = GPL3
@@ -20,6 +20,7 @@ pkgbase = pam_panic-git
makedepends = pam
makedepends = cryptsetup
makedepends = dialog
+ makedepends = po4a
depends = cryptsetup
depends = dialog
source = pam_panic-git-r336.829475d::git://github.com/pampanic/pam_panic.git
diff --git a/PKGBUILD b/PKGBUILD
index 1ffb7e99ca00..04c3f21dcd33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pam_panic-git
pkgver=r336.829475d
-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')
-makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup' 'dialog')
+makedepends=('git' 'automake' 'autoconf' 'make' 'gcc' 'which' 'groff' 'gettext' 'm4' 'fakeroot' 'gawk' 'pam' 'cryptsetup' 'dialog' 'po4a')
checkdepends=('bcunit-cunit-compat')
validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=("$pkgname-$pkgver::git://github.com/pampanic/pam_panic.git")