Date: Tuesday, February 25, 2020 @ 11:57:11 Author: felixonmars Revision: 581159
upgpkg: haskell-hspec-expectations 0.8.2-29: rebuild with splitmix 0.0.4 Modified: haskell-hspec-expectations/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-25 11:56:35 UTC (rev 581158) +++ PKGBUILD 2020-02-25 11:57:11 UTC (rev 581159) @@ -3,7 +3,7 @@ _hkgname=hspec-expectations pkgname=haskell-hspec-expectations pkgver=0.8.2 -pkgrel=28 +pkgrel=29 pkgdesc="Catchy combinators for HUnit" url="https://github.com/sol/hspec-expectations" license=('MIT') @@ -32,6 +32,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 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE }
