Date: Sunday, September 30, 2018 @ 17:07:22 Author: felixonmars Revision: 388516
upgpkg: haskell-hslua 1.0.0-1 rebuild with pandoc 2.3.1, hslua 1.0.0, hslua-module-text 0.2.0 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-30 16:53:20 UTC (rev 388515) +++ PKGBUILD 2018-09-30 17:07:22 UTC (rev 388516) @@ -3,8 +3,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=0.9.5.2 -pkgrel=19 +pkgver=1.0.0 +pkgrel=1 pkgdesc="A Lua language interpreter embedding in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('d529a6552117127d4f3a32c21618a5436079461bc3651f2e61035a7af32390613929bf648a33b1f6c6b8a2b76cd99c48a902b2818d0dbf496c9f7a6d8296dd1c') +sha512sums=('9c2e5626b303fb0b6faa0301473d3afb538d2e43a81a89e90a951953e1d0380ca8e6becccf451915f20a1d669126b3edb9cb6d22be6d81e75446f9125bb47dbe') prepare() { sed -e '/, fail/d' \ @@ -27,7 +27,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 \ - -f-luajit -f-apicheck -fsystem-lua -f-lua_32bits -fallow-unsafe-gc -fexport-dynamic -f-lua501 -f-lua502 -fuse-pkgconfig + -fsystem-lua -fpkg-config runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script @@ -46,6 +46,6 @@ install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" runhaskell Setup copy --destdir="${pkgdir}" - install -D -m644 "COPYRIGHT" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" - rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT" + install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" }
