[arch-commits] Commit in haskell-reducers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 19:23:05 UTC 2020
Date: Tuesday, February 25, 2020 @ 19:23:05
Author: felixonmars
Revision: 581907
upgpkg: haskell-reducers 3.12.3-84: rebuild with splitmix 0.0.4
Modified:
haskell-reducers/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 19:22:24 UTC (rev 581906)
+++ PKGBUILD 2020-02-25 19:23:05 UTC (rev 581907)
@@ -4,7 +4,7 @@
_hkgname=reducers
pkgname=haskell-reducers
pkgver=3.12.3
-pkgrel=83
+pkgrel=84
pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
url="https://github.com/ekmett/reducers/"
license=("BSD")
@@ -39,6 +39,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