[arch-commits] Commit in haskell-wl-pprint-terminfo/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 22:31:35 UTC 2020
Date: Tuesday, February 25, 2020 @ 22:31:35
Author: felixonmars
Revision: 582156
upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-135: rebuild with splitmix 0.0.4
Modified:
haskell-wl-pprint-terminfo/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 22:30:54 UTC (rev 582155)
+++ PKGBUILD 2020-02-25 22:31:35 UTC (rev 582156)
@@ -3,7 +3,7 @@
_hkgname=wl-pprint-terminfo
pkgname=haskell-wl-pprint-terminfo
pkgver=3.7.1.4
-pkgrel=134
+pkgrel=135
pkgdesc="A color pretty printer with terminfo support"
url="https://github.com/ekmett/wl-pprint-terminfo/"
license=('BSD')
@@ -37,6 +37,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
}
More information about the arch-commits
mailing list