[arch-commits] Commit in lib32-util-linux/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Feb 2 13:44:15 UTC 2020


    Date: Sunday, February 2, 2020 @ 13:44:11
  Author: eworm
Revision: 561556

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
    (from rev 561555, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-02 13:44:02 UTC (rev 561555)
+++ PKGBUILD	2020-02-02 13:44:11 UTC (rev 561556)
@@ -1,37 +0,0 @@
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-_pkgmajor=2.35
-pkgver=${_pkgmajor}
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='https://github.com/karelzak/util-linux'
-arch=('x86_64')
-depends=('lib32-glibc' "$_pkgbasename")
-provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 'libsmartcols.so')
-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})
-sha256sums=('b3081b560268c1ec3367e035234e91616fa7923a0afc2b1c80a2a6d8b9dfe2c9'
-            'SKIP')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  ./configure \
-      CC="${CC:-cc} -m32" \
-      PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
-      --libdir=/usr/lib32
-
-  make lib{uuid,blkid,fdisk,mount,smartcols}.la
-}
-
-package() {
-  make -C "$_pkgbasename-$pkgver" \
-    DESTDIR="$pkgdir" \
-    install-usrlib_execLTLIBRARIES \
-    install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 561555, lib32-util-linux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-02 13:44:11 UTC (rev 561556)
@@ -0,0 +1,37 @@
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+_pkgmajor=2.35
+pkgver=${_pkgmajor}.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='https://github.com/karelzak/util-linux'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 'libsmartcols.so')
+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})
+sha256sums=('d9de3edd287366cd908e77677514b9387b22bc7b88f45b83e1922c3597f1d7f9'
+            'SKIP')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+      CC="${CC:-cc} -m32" \
+      PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+      --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+    DESTDIR="$pkgdir" \
+    install-usrlib_execLTLIBRARIES \
+    install-pkgconfigDATA
+}



More information about the arch-commits mailing list