Date: Sunday, March 20, 2022 @ 23:32:33 Author: felixonmars Revision: 1166348
upgpkg: haskell-text-show 3.9.5-1: rebuild with text-show 3.9.5 Modified: haskell-text-show/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 23:29:25 UTC (rev 1166347) +++ PKGBUILD 2022-03-20 23:32:33 UTC (rev 1166348) @@ -2,8 +2,8 @@ _hkgname=text-show pkgname=haskell-text-show -pkgver=3.9.4 -pkgrel=3 +pkgver=3.9.5 +pkgrel=1 pkgdesc="Efficient conversion of values into Text" url="https://github.com/RyanGlScott/text-show" license=('BSD') @@ -13,7 +13,7 @@ makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('14d625bf09fa6a5c22c061467ef2092099defb2ea027b1e27aee3722645b9b0d207b2e6fe8e7ce8ce64a45c53bf3ee22f0673e4d2df98bc73c119d818d2c7297') +sha512sums=('405bc5947f912cf3e920b250a21c38a7ebd97334da2ecb319b7fceebb1eb8df3dd0ccf06bf46cc5128c795c6356f867ccbc31c829d53489d5b1751db68f879fa') prepare() { cd $_hkgname-$pkgver @@ -24,7 +24,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
