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

Christian Hesse eworm at archlinux.org
Fri Apr 20 11:39:53 UTC 2018


    Date: Friday, April 20, 2018 @ 11:39:52
  Author: eworm
Revision: 317174

upgpkg: yubico-pam 2.26-1

new upstream release

Modified:
  yubico-pam/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 11:36:34 UTC (rev 317173)
+++ PKGBUILD	2018-04-20 11:39:52 UTC (rev 317174)
@@ -3,8 +3,8 @@
 
 pkgname=yubico-pam
 _shortname=pam_yubico
-pkgver=2.25
-pkgrel=2
+pkgver=2.26
+pkgrel=1
 pkgdesc='Yubico YubiKey PAM module'
 arch=('x86_64')
 url='https://github.com/Yubico/yubico-pam'
@@ -14,18 +14,10 @@
 provides=("${_shortname}")
 conflicts=("${_shortname}")
 validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig}
-        '0001-util-make-sure-to-close-the-authfile-before-returnin.patch')
-sha256sums=('624a5754d82665f6ba5f2e012f57cb41ea9bf61781ed2272dba49dffb4704e36'
-            'SKIP'
-            '1b044b779cb08d3a02fea7a62203b494fec621f74a47f27a085b06c22cbe8c88')
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('2de96495963fefd72b98243952ca5d5ec513e702c596e54bc667ef6b5e252966'
+            'SKIP')
 
-prepare() {
-	cd "${_shortname}-${pkgver}"
-
-	patch -Np1 < "${srcdir}"/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
-}
-
 build() {
 	cd "${_shortname}-${pkgver}"
 



More information about the arch-commits mailing list