Date: Sunday, February 23, 2020 @ 16:14:15 Author: felixonmars Revision: 579806
upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1-73: rebuild with prettyprinter 1.4.0 Modified: haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-23 16:13:40 UTC (rev 579805) +++ PKGBUILD 2020-02-23 16:14:15 UTC (rev 579806) @@ -3,7 +3,7 @@ _hkgname=prettyprinter-convert-ansi-wl-pprint pkgname=haskell-prettyprinter-convert-ansi-wl-pprint pkgver=1.1 -pkgrel=72 +pkgrel=73 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones." url="https://github.com/quchen/prettyprinter" license=('custom:BSD2') @@ -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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" + install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md" }
