Date: Wednesday, February 8, 2023 @ 22:26:44
Author: freswa
Revision: 468380
add gdbm module
fixes FS#77438
Modified:
zsh/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-08 21:44:16 UTC (rev 468379)
+++ PKGBUILD 2023-02-08 22:26:44 UTC (rev 468380)
@@ -3,7 +3,7 @@
pkgbase=zsh
pkgname=('zsh' 'zsh-doc')
pkgver=5.9
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://www.zsh.org/'
license=('custom')
@@ -64,6 +64,7 @@
--enable-scriptdir=/usr/share/zsh/scripts \
--with-tcsetpgrp \
--enable-pcre \
+ --enable-gdbm \
--enable-cap \
--enable-zsh-secure-free
make