[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 23 17:29:33 UTC 2020
Date: Sunday, February 23, 2020 @ 17:29:32
Author: felixonmars
Revision: 579903
upgpkg: haskell-typed-process 0.2.6.0-20: rebuild with split 0.2.3.4
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-23 17:28:48 UTC (rev 579902)
+++ PKGBUILD 2020-02-23 17:29:32 UTC (rev 579903)
@@ -4,7 +4,7 @@
_hkgname=typed-process
pkgname=haskell-typed-process
pkgver=0.2.6.0
-pkgrel=19
+pkgrel=20
pkgdesc="Run external processes, with strong typing of streams"
url="https://haskell-lang.org/library/typed-process"
license=("MIT")
@@ -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
}
More information about the arch-commits
mailing list