[arch-commits] Commit in lib32-util-linux/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Wed Apr 13 13:43:52 UTC 2016


    Date: Wednesday, April 13, 2016 @ 15:43:52
  Author: dreisner
Revision: 170818

upgpkg: lib32-util-linux 2.28-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-13 13:00:14 UTC (rev 170817)
+++ PKGBUILD	2016-04-13 13:43:52 UTC (rev 170818)
@@ -4,9 +4,8 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.27.1
-_pkgver=(${pkgver//./ })
-_pkgver=${_pkgver[0]}.${_pkgver[1]}
+_pkgmajor=2.28
+pkgver=${_pkgmajor}
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -16,8 +15,10 @@
 makedepends=('gcc-multilib')
 license=('GPL2')
 options=('!libtool' '!emptydirs')
-source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz")
-md5sums=('3cd2698d1363a2c64091c2dadc974647')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
+md5sums=('e534e6ccc49107e5d31c329af798ef7d'
+         'SKIP')
 
 build() {
   cd "$_pkgbasename-$pkgver"



More information about the arch-commits mailing list