summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4b7bfa1c676..3dbe199d05c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pamtester
pkgdesc = Tiny program to test the pluggable authentication modules (PAM) facility
pkgver = 0.1.2
- pkgrel = 3
+ pkgrel = 4
url = http://pamtester.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ba8a0229803a..5eda8a607e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
pkgname=pamtester
pkgver=0.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Tiny program to test the pluggable authentication modules (PAM) facility"
arch=(i686 x86_64 armv7h aarch64)
url="http://pamtester.sourceforge.net/"
@@ -10,6 +10,11 @@ depends=(pam)
source=("http://sourceforge.net/projects/pamtester/files/pamtester/$pkgver/pamtester-$pkgver.tar.gz")
sha256sums=('83633d0e8a4f35810456d9d52261c8ae0beb9148276847cae8963505240fb2d5')
+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -fi
+}
+
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --mandir=/usr/share/man