Date: Sunday, May 24, 2020 @ 15:59:48 Author: felixonmars Revision: 632960
upgpkg: hasktags 0.71.2-71: rebuild with tasty 1.3.1 Modified: hasktags/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-24 15:58:56 UTC (rev 632959) +++ PKGBUILD 2020-05-24 15:59:48 UTC (rev 632960) @@ -3,7 +3,7 @@ pkgname=hasktags pkgver=0.71.2 -pkgrel=70 +pkgrel=71 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs" url="https://github.com/MarcWeber/hasktags" license=("BSD") @@ -26,7 +26,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-debug --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
