Date: Friday, January 18, 2019 @ 12:02:16 Author: demize Revision: 424069
upgpkg: pacutils 0.6.3-2 CFLAGS fudgery because I do not have the energy to make the pacutils build system not suck. Modified: pacutils/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-18 11:52:18 UTC (rev 424068) +++ PKGBUILD 2019-01-18 12:02:16 UTC (rev 424069) @@ -2,7 +2,7 @@ pkgname=pacutils pkgver=0.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='Helper tools for libalpm' url='https://github.com/andrewgregory/pacutils' @@ -12,16 +12,19 @@ depends=('pacman') makedepends=('git') -source=("git+https://github.com/andrewgregory/pacutils.git#commit=db60ff5ec278cb3f1db8babcaa20c36d870affbc" # tags/v0.6.2 - "git+https://github.com/andrewgregory/mINI.c.git" - "git+https://github.com/andrewgregory/tap.c.git") +source=("git+https://github.com/andrewgregory/pacutils.git#commit=eb577044494f6a1bb0bb7863534396d068725d33" # tags/v0.6.3 + "git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2" + "git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901" + "git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142") sha1sums=('SKIP' 'SKIP' + 'SKIP' 'SKIP') prepare() { cd pacutils git submodule init + git config submodule.ext/globdir.c.url "$srcdir/globdir.c" git config submodule.ext/mini.c.url "$srcdir/mINI.c" git config submodule.t/tap.c.url "$srcdir/tap.c" git submodule update @@ -29,7 +32,7 @@ build() { cd pacutils - make SYSCONFDIR=/etc LOCALSTATEDIR=/var + make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var } check() {
