Date: Wednesday, February 26, 2020 @ 23:06:32 Author: felixonmars Revision: 583536
upgpkg: haskell-show-combinators 0.1.1.0-4: rebuild with ghc 8.8.3 Modified: haskell-show-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-26 23:05:55 UTC (rev 583535) +++ PKGBUILD 2020-02-26 23:06:32 UTC (rev 583536) @@ -3,7 +3,7 @@ _hkgname=show-combinators pkgname=haskell-show-combinators pkgver=0.1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="Combinators to write Show instances" url="https://github.com/Lysxia/show-combinators" license=('MIT') @@ -42,6 +42,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 }
