diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 2fdbdcc..e7c5890 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: judd pkgname=pam -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="PAM (Pluggable Authentication Modules) library" arch=('x86_64') license=('GPL2') @@ -14,10 +14,10 @@ backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespac source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc) validpgpkeys=( - '8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk + '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dmitry V. Levin ) -md5sums=('558ff53b0fc0563ca97f79e911822165' +md5sums=('39fca0523bccec6af4b63b5322276c84' 'SKIP') options=('!emptydirs')