Date: Sunday, May 24, 2020 @ 14:25:17 Author: felixonmars Revision: 632838
upgpkg: haskell-x509-store 1.6.7-58: rebuild with tasty 1.3.1 Modified: haskell-x509-store/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-24 14:24:38 UTC (rev 632837) +++ PKGBUILD 2020-05-24 14:25:17 UTC (rev 632838) @@ -4,7 +4,7 @@ _hkgname=x509-store pkgname=haskell-x509-store pkgver=1.6.7 -pkgrel=57 +pkgrel=58 pkgdesc="X.509 collection accessing and storing methods" url="https://github.com/vincenthz/hs-certificate" license=("BSD") @@ -21,7 +21,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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