Date: Friday, April 1, 2022 @ 23:42:58 Author: felixonmars Revision: 1180738
upgpkg: haskell-config-value 0.8.2.1-1: rebuild with config-value 0.8.2.1 Modified: haskell-config-value/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-01 23:41:25 UTC (rev 1180737) +++ PKGBUILD 2022-04-01 23:42:58 UTC (rev 1180738) @@ -2,8 +2,8 @@ _hkgname=config-value pkgname=haskell-config-value -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.2.1 +pkgrel=1 pkgdesc="Simple, layout-based value language similar to YAML or JSON" url="https://github.com/glguy/config-value" license=("MIT") @@ -11,13 +11,13 @@ depends=('ghc-libs') makedepends=('ghc' 'alex' 'happy') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('b3b17262f88d341f45dfd4a46512f45da2e5e7ad0b953896d98a4f5f4721def9') +sha256sums=('f3fcca94a86dd0cba3a2e72de55088eff4b7747ea48ba55eca62224c788113cf') build() { 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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
