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

Christian Hesse eworm at archlinux.org
Thu May 27 13:21:35 UTC 2021


    Date: Thursday, May 27, 2021 @ 13:21:35
  Author: eworm
Revision: 949032

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libxcrypt/repos/multilib-testing-x86_64/PKGBUILD
    (from rev 949031, lib32-libxcrypt/trunk/PKGBUILD)
Deleted:
  lib32-libxcrypt/repos/multilib-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 13:21:33 UTC (rev 949031)
+++ PKGBUILD	2021-05-27 13:21:35 UTC (rev 949032)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=lib32-libxcrypt
-# Neither tarballs nor tags are signed, but commits are.
-_commit='10b7749cd7d521a85be8c306c96b6b69a5cff6a6' # git rev-parse v${pkgver}
-pkgver=4.4.21
-pkgrel=1
-pkgdesc='Modern library for one-way hashing of passwords (32-bit)'
-arch=('x86_64')
-url='https://github.com/besser82/libxcrypt/'
-license=('GPL')
-depends=('lib32-glibc' 'libxcrypt')
-makedepends=('git' 'gcc-multilib')
-validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
-source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed")
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/libxcrypt"
-
-  autoreconf -fi
-}
-
-build() {
-  cd "${srcdir}/libxcrypt"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure \
-    --prefix=/usr \
-    --libdir=/usr/lib32 \
-    --libexecdir=/usr/lib32 \
-    --disable-static \
-    --enable-hashes=strong,glibc \
-    --enable-obsolete-api=no \
-    --disable-failure-tokens
-  make 
-}
-
-package() {
-  cd "${srcdir}/libxcrypt"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-libxcrypt/repos/multilib-testing-x86_64/PKGBUILD (from rev 949031, lib32-libxcrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 13:21:35 UTC (rev 949032)
@@ -0,0 +1,47 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=lib32-libxcrypt
+# Neither tarballs nor tags are signed, but commits are.
+_commit='3df9620d08db207367c0c5152148665b5ce422e1' # git rev-parse v${pkgver}
+pkgver=4.4.22
+pkgrel=1
+pkgdesc='Modern library for one-way hashing of passwords (32-bit)'
+arch=('x86_64')
+url='https://github.com/besser82/libxcrypt/'
+license=('GPL')
+depends=('lib32-glibc' 'libxcrypt')
+makedepends=('git' 'gcc-multilib')
+validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
+source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/libxcrypt"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "${srcdir}/libxcrypt"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --libexecdir=/usr/lib32 \
+    --disable-static \
+    --enable-hashes=strong,glibc \
+    --enable-obsolete-api=no \
+    --disable-failure-tokens
+  make 
+}
+
+package() {
+  cd "${srcdir}/libxcrypt"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



More information about the arch-commits mailing list