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

Christian Hesse eworm at archlinux.org
Sat Jul 21 18:09:43 UTC 2018


    Date: Saturday, July 21, 2018 @ 18:09:43
  Author: eworm
Revision: 362707

upgpkg: lib32-util-linux 2.32.1-1

new upstream release

Modified:
  lib32-util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-21 18:08:26 UTC (rev 362706)
+++ PKGBUILD	2018-07-21 18:09:43 UTC (rev 362707)
@@ -5,7 +5,7 @@
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
 _pkgmajor=2.32
-pkgver=${_pkgmajor}
+pkgver=${_pkgmajor}.1
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -16,21 +16,10 @@
 license=('GPL2')
 options=('!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign}
-        '0001-fstrim-cleanup-uncludes.patch'
-	'0002-libmount_include_sys_mount_h_only_if_necessary.patch')
-sha256sums=('6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734'
-            'SKIP'
-            'b1c0db069f60c086351f7a6fb7ff1add1c41e9ed7c1b65bd67e6604943fc4c75'
-	    'c65d8354fc2773035be8ac071541f4709763366d22a8a8f1bc2cb3401dcfdf69')
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
+sha256sums=('86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2'
+            'SKIP')
 
-prepare() {
-  cd "$_pkgbasename-$pkgver"
-
-  patch -Np1 -i ../0001-fstrim-cleanup-uncludes.patch
-  patch -Np1 -i ../0002-libmount_include_sys_mount_h_only_if_necessary.patch
-}
-
 build() {
   cd "$_pkgbasename-$pkgver"
 



More information about the arch-commits mailing list