Date: Monday, March 21, 2022 @ 20:13:41 Author: felixonmars Revision: 1168254
upgpkg: haskell-hslua-aeson 2.0.1-2: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-hslua-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 20:13:00 UTC (rev 1168253) +++ PKGBUILD 2022-03-21 20:13:41 UTC (rev 1168254) @@ -1,10 +1,9 @@ -# This file was generated by https://github.com/berberman/arch-hs, please check it manually. -# Maintainer: Your Name <[email protected]> +# Maintainer: Felix Yan <[email protected]> _hkgname=hslua-aeson pkgname=haskell-hslua-aeson pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Allow aeson data types to be used with Lua." url="https://hslua.org/" license=("MIT") @@ -26,7 +25,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=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
