Date: Thursday, November 17, 2022 @ 16:40:24
Author: heftig
Revision: 462084
1.2.13-2: enable debug
Modified:
zlib/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-17 16:39:42 UTC (rev 462083)
+++ PKGBUILD 2022-11-17 16:40:24 UTC (rev 462084)
@@ -4,12 +4,15 @@
pkgname=(zlib minizip)
epoch=1
pkgver=1.2.13
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('custom')
url="https://www.zlib.net/"
depends=('glibc')
-options=('staticlibs') # needed by binutils testsuite
+options=(
+ 'staticlibs' # needed by binutils testsuite
+ 'debug'
+)
source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
sha256sums=('b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30'
'SKIP')