diff options
Diffstat (limited to 'pamtester/PKGBUILD')
-rw-r--r-- | pamtester/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pamtester/PKGBUILD b/pamtester/PKGBUILD index fdaa77181..d46a3c979 100644 --- a/pamtester/PKGBUILD +++ b/pamtester/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Mantas Mikulėnas <grawity@gmail.com> pkgname=pamtester pkgver=0.1.2 -pkgrel=7 +pkgrel=8 pkgdesc="Tiny program to test the pluggable authentication modules (PAM) facility" arch=(i686 pentium4 x86_64) url="http://pamtester.sourceforge.net/" license=(custom) _pinned_dependencies=( 'glibc>=2.31' - 'pam=1.4.0' + 'pam=1.5.0' ) depends=("${_pinned_dependencies[@]}") source=("http://sourceforge.net/projects/pamtester/files/pamtester/$pkgver/pamtester-$pkgver.tar.gz") |