[arch-commits] Commit in pam/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jun 22 08:22:47 UTC 2018


    Date: Friday, June 22, 2018 @ 08:22:47
  Author: tpowa
Revision: 327438

upgpkg: pam 1.3.1-1

bump to latest version

Modified:
  pam/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 08:13:59 UTC (rev 327437)
+++ PKGBUILD	2018-06-22 08:22:47 UTC (rev 327438)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=pam
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL2')
@@ -12,9 +12,15 @@
 depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
 backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
-source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2)
-md5sums=('da4b2289b7cfb19583d54e9eaaef1c3a')
+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
+)
 
+md5sums=('558ff53b0fc0563ca97f79e911822165'
+         'SKIP')
+
 options=('!emptydirs')
 
 build() {



More information about the arch-commits mailing list