Date: Saturday, February 22, 2020 @ 08:35:29 Author: felixonmars Revision: 578243
upgpkg: haskell-quickcheck-assertions 0.3.0-79: rebuild with pretty-show 1.10 Modified: haskell-quickcheck-assertions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-22 08:34:56 UTC (rev 578242) +++ PKGBUILD 2020-02-22 08:35:29 UTC (rev 578243) @@ -4,7 +4,7 @@ _hkgname=quickcheck-assertions pkgname=haskell-quickcheck-assertions pkgver=0.3.0 -pkgrel=78 +pkgrel=79 pkgdesc="HUnit like assertions for QuickCheck" url="https://github.com/s9gf4ult/quickcheck-assertions" license=("LGPL") @@ -38,5 +38,5 @@ 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" - rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE }
