Date: Monday, December 30, 2019 @ 07:10:31 Author: bisson Revision: 372375
upstream update Modified: s-nail/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-30 02:40:36 UTC (rev 372374) +++ PKGBUILD 2019-12-30 07:10:31 UTC (rev 372375) @@ -4,8 +4,8 @@ # Contributor: Andreas Wagner <[email protected]> pkgname=s-nail -pkgver=14.9.15 -pkgrel=3 +pkgver=14.9.16 +pkgrel=1 pkgdesc='Environment for sending and receiving mail' url='https://www.sdaoden.eu/code.html#s-nail' license=('custom:BSD') @@ -14,7 +14,7 @@ optdepends=('smtp-forwarder: for sending mail') validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD') source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc}) -sha256sums=('95ba750d8ea8e519b5161f211096ed0c46f3f0273b03cfadb5edbeac57b31570' +sha256sums=('d37edaa348d61b786f4c44362ad9e08c27dba81cf16289098331ab96aa93c44f' 'SKIP') backup=('etc/mail.rc') @@ -24,8 +24,13 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - CFLAGS+=" $CPPFLAGS" - MAKEFLAGS=-j1 make \ + export CFLAGS+=" $CPPFLAGS" + + # The -j value ends up stored in the binary; + # to make the build reproducible, hardcode it. + export MAKEFLAGS='-j4' + + make \ VAL_PREFIX=/usr \ VAL_SYSCONFDIR=/etc \ VAL_LIBEXECDIR=/usr/lib \
