[arch-commits] Commit in haskell-concurrent-output/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 14:27:13 UTC 2020
Date: Tuesday, February 25, 2020 @ 14:27:13
Author: felixonmars
Revision: 581348
upgpkg: haskell-concurrent-output 1.10.11-11: rebuild with splitmix 0.0.4
Modified:
haskell-concurrent-output/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 14:26:32 UTC (rev 581347)
+++ PKGBUILD 2020-02-25 14:27:13 UTC (rev 581348)
@@ -4,7 +4,7 @@
_hkgname=concurrent-output
pkgname=haskell-concurrent-output
pkgver=1.10.11
-pkgrel=10
+pkgrel=11
pkgdesc="Ungarble output from several threads or commands"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD2")
@@ -34,6 +34,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