Date: Monday, January 18, 2021 @ 11:41:00 Author: felixonmars Revision: 822814
upgpkg: haskell-arch-web 0.1.0-2: rebuild with smallcheck 1.2.1 Modified: haskell-arch-web/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-18 11:39:09 UTC (rev 822813) +++ PKGBUILD 2021-01-18 11:41:00 UTC (rev 822814) @@ -3,7 +3,7 @@ _hkgname=arch-web pkgname=haskell-arch-web pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Arch Linux official and AUR web interface binding" url="https://github.com/berberman/arch-web" license=("MIT") @@ -30,7 +30,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --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
