Date: Wednesday, May 20, 2020 @ 17:27:14 Author: felixonmars Revision: 630895
upgpkg: haskell-ghc-lib-parser-ex 8.10.0.5-1: rebuild with ghc-lib-parser-ex 8.10.0.5 Modified: haskell-ghc-lib-parser-ex/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 17:21:55 UTC (rev 630894) +++ PKGBUILD 2020-05-20 17:27:14 UTC (rev 630895) @@ -2,8 +2,8 @@ _hkgname=ghc-lib-parser-ex pkgname=haskell-ghc-lib-parser-ex -pkgver=8.10.0.4 -pkgrel=2 +pkgver=8.10.0.5 +pkgrel=1 pkgdesc="Algorithms on GHC parse trees" url="https://github.com/shayne-fletcher/ghc-lib-parser-ex" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc') makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('932f19537fe93126675597d9c6e2ee7e54257807af4498e740438138f3abd99093877a18fd66daf5aaaaf78ef6ae29396c78354002db95933b3965393e92e319') +sha512sums=('3c7a4acd17ab8e614e11f6b1ff6fc090ad4918ffc5cd8e665f50913a8270398ae1e480a7002cbb3a3604adc957eb4ee190c2433558743190bdf68430fc96b8f7') build() { cd $_hkgname-$pkgver @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --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
