Date: Sunday, August 21, 2022 @ 07:04:04 Author: felixonmars Revision: 1271542
upgpkg: arbtt 0.12-2: rebuild with ChasingBottoms 1.3.1.12 Modified: arbtt/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 07:03:51 UTC (rev 1271541) +++ PKGBUILD 2022-08-21 07:04:04 UTC (rev 1271542) @@ -2,7 +2,7 @@ pkgname=arbtt pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="Automatic Rule-Based Time Tracker" url="http://arbtt.nomeata.de/" license=("GPL2") @@ -19,12 +19,12 @@ cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=haskell-arbtt --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --datasubdir=haskell-arbtt --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS } check() { @@ -33,7 +33,7 @@ for _exe in arbtt-{dump,import,recover,stats}; do PATH="$PWD/dist/build/$_exe:$PATH" done - runhaskell Setup test + runhaskell Setup test --show-details=direct ) }
