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

Christian Hesse eworm at gemini.archlinux.org
Mon Mar 28 12:35:37 UTC 2022


    Date: Monday, March 28, 2022 @ 12:35:37
  Author: eworm
Revision: 1177372

archrelease: copy trunk to multilib-testing-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 12:35:26 UTC (rev 1177371)
+++ PKGBUILD	2022-03-28 12:35:37 UTC (rev 1177372)
@@ -1,38 +0,0 @@
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-_pkgbasename=util-linux
-pkgname=lib32-${_pkgbasename}
-_pkgmajor=2.38
-_realver=${_pkgmajor}-rc4
-pkgver=${_realver/-/}
-pkgrel=1
-pkgdesc='Miscellaneous system utilities for Linux (32-bit)'
-url='https://github.com/karelzak/util-linux'
-arch=('x86_64')
-depends=('lib32-glibc' "${_pkgbasename}" 'lib32-libxcrypt')
-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}-${_realver}.tar."{xz,sign})
-sha256sums=('90166b32dd4327fb2222af59870a36dc126e9aa84305e36abca8be287ff7c147'
-            'SKIP')
-
-build() {
-  cd "${_pkgbasename}-${_realver}"
-
-  ./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}-${_realver}" \
-    DESTDIR="${pkgdir}" \
-    install-usrlib_execLTLIBRARIES \
-    install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD (from rev 1177371, lib32-util-linux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-28 12:35:37 UTC (rev 1177372)
@@ -0,0 +1,38 @@
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+_pkgbasename=util-linux
+pkgname=lib32-${_pkgbasename}
+_pkgmajor=2.38
+_realver=${_pkgmajor}
+pkgver=${_realver/-/}
+pkgrel=1
+pkgdesc='Miscellaneous system utilities for Linux (32-bit)'
+url='https://github.com/karelzak/util-linux'
+arch=('x86_64')
+depends=('lib32-glibc' "${_pkgbasename}" 'lib32-libxcrypt')
+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}-${_realver}.tar."{xz,sign})
+sha256sums=('6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64'
+            'SKIP')
+
+build() {
+  cd "${_pkgbasename}-${_realver}"
+
+  ./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}-${_realver}" \
+    DESTDIR="${pkgdir}" \
+    install-usrlib_execLTLIBRARIES \
+    install-pkgconfigDATA
+}



More information about the arch-commits mailing list