Date: Friday, May 22, 2020 @ 07:38:59 Author: svenstaro Revision: 387398
upgpkg: 389-ds-base 1.4.4.2-3: Make package reproducible Modified: 389-ds-base/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-22 07:36:47 UTC (rev 387397) +++ PKGBUILD 2020-05-22 07:38:59 UTC (rev 387398) @@ -6,7 +6,7 @@ pkgname=389-ds-base pkgver=1.4.4.2 pkgdesc="389 Directory Server (base)" -pkgrel=2 +pkgrel=3 arch=(x86_64) url="http://port389.org/" license=(GPL) @@ -60,7 +60,7 @@ # Build lib389 cd src/lib389 - python setup.py build + COLUMNS=80 python setup.py build # Build cockpit plugin cd ../cockpit/389-console
