Date: Tuesday, February 25, 2020 @ 21:56:53 Author: felixonmars Revision: 582100
upgpkg: haskell-wl-pprint-annotated 0.1.0.1-39: rebuild with splitmix 0.0.4 Modified: haskell-wl-pprint-annotated/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-25 21:56:13 UTC (rev 582099) +++ PKGBUILD 2020-02-25 21:56:53 UTC (rev 582100) @@ -4,7 +4,7 @@ _hkgname=wl-pprint-annotated pkgname=haskell-wl-pprint-annotated pkgver=0.1.0.1 -pkgrel=38 +pkgrel=39 pkgdesc="Pretty printer with annotation support" url="https://github.com/minad/wl-pprint-annotated" license=("BSD") @@ -38,6 +38,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 }
