[arch-commits] Commit in lib32-util-linux/repos/multilib-testing-x86_64 (2 files)
Christian Hesse
eworm at archlinux.org
Tue Jun 1 09:20:02 UTC 2021
Date: Tuesday, June 1, 2021 @ 09:20:02
Author: eworm
Revision: 952941
archrelease: copy trunk to multilib-testing-x86_64
Added:
lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD
(from rev 952940, 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 2021-06-01 09:19:59 UTC (rev 952940)
+++ PKGBUILD 2021-06-01 09:20:02 UTC (rev 952941)
@@ -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.37
-_realver=${_pkgmajor}-rc2
-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=('253cb944931f57eefea29b8147b7a002b05595da43850e5aceb8045214e667f8'
- '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 952940, lib32-util-linux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-01 09:20:02 UTC (rev 952941)
@@ -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.37
+_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=('bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5'
+ '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