[arch-commits] Commit in 389-ds-base/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Mar 18 20:17:26 UTC 2020
Date: Wednesday, March 18, 2020 @ 20:17:24
Author: svenstaro
Revision: 377877
upgpkg: 389-ds-base 1.4.3.4-1: Enable legacy perl scripts (FS#65416)
Modified:
389-ds-base/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 20:02:46 UTC (rev 377876)
+++ PKGBUILD 2020-03-18 20:17:24 UTC (rev 377877)
@@ -4,7 +4,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
pkgname=389-ds-base
-pkgver=1.4.2.7
+pkgver=1.4.3.4
pkgdesc="389 Directory Server (base)"
pkgrel=1
arch=(x86_64)
@@ -21,7 +21,7 @@
source=("https://releases.pagure.org/389-ds-base/${pkgname}-${pkgver}.tar.bz2"
389-ds-base.sysusers
389-ds-base.tmpfiles)
-sha512sums=('7bbb5b8f3ca71c3bd3be8afb15a5923fb407fed920d3b6e8674232d825c500a7c9bba5d03dc281a9c54352688e7b2b82a0ff481fc84eea06f66ea760b96b2b2a'
+sha512sums=('013403f49000e80b42565191153fb0e535ff6b2cbd1fc9127fb917e2bd9379e57c5e7562259d47a72126761b642af87eb854058b842fc33077e98d6e123d556f'
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
'5dff695ae866a591a711f836f2f72f2005b4afdb20760cda8711791910299e2c6ec71dff5eca9a2d9832cad8f9e9904dbbcf2d314cd9b20432bc8fd05c097868')
@@ -51,10 +51,11 @@
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--with-systemdsystemconfdir=/etc/systemd/system \
--with-journald \
+ --with-openldap \
--enable-autobind \
--enable-cmocka \
- --with-openldap \
- --enable-rust
+ --enable-rust \
+ --enable-perl
make
# Build lib389
More information about the arch-commits
mailing list