[arch-commits] Commit in libxcrypt/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Wed Feb 2 07:13:50 UTC 2022


    Date: Wednesday, February 2, 2022 @ 07:13:49
  Author: eworm
Revision: 435752

upgpkg: libxcrypt 4.4.28-1: new upstream release, enable debug support

Modified:
  libxcrypt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 06:17:25 UTC (rev 435751)
+++ PKGBUILD	2022-02-02 07:13:49 UTC (rev 435752)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Hesse <mail at eworm.de>
 
 pkgname=libxcrypt
-pkgver=4.4.27
+pkgver=4.4.28
 pkgrel=1
 pkgdesc='Modern library for one-way hashing of passwords'
 arch=('x86_64')
@@ -9,10 +9,11 @@
 license=('GPL')
 depends=('glibc')
 provides=('libcrypt.so')
+options=('debug')
 install=libxcrypt.install
 validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
 source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('500898e80dc0d027ddaadb5637fa2bf1baffb9ccd73cd3ab51d92ef5b8a1f420'
+sha256sums=('9e936811f9fad11dbca33ca19bd97c55c52eb3ca15901f27ade046cc79e69e87'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list