[arch-commits] Commit in libxcrypt/repos/testing-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Thursday, May 27, 2021 @ 13:21:20
  Author: eworm
Revision: 416532

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 13:21:18 UTC (rev 416531)
+++ PKGBUILD	2021-05-27 13:21:20 UTC (rev 416532)
@@ -1,43 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=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'
-arch=('x86_64')
-url='https://github.com/besser82/libxcrypt/'
-license=('GPL')
-depends=('glibc')
-makedepends=('git')
-provides=('libcrypt.so')
-validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
-source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --enable-hashes=strong,glibc \
-    --enable-obsolete-api=no \
-    --disable-failure-tokens
-  make
-}
-
-check() {
-  cd $pkgname
-  make check 
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libxcrypt/repos/testing-x86_64/PKGBUILD (from rev 416531, libxcrypt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 13:21:20 UTC (rev 416532)
@@ -0,0 +1,43 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=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'
+arch=('x86_64')
+url='https://github.com/besser82/libxcrypt/'
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+provides=('libcrypt.so')
+validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
+source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --enable-hashes=strong,glibc \
+    --enable-obsolete-api=no \
+    --disable-failure-tokens
+  make
+}
+
+check() {
+  cd $pkgname
+  make check 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list