[arch-commits] Commit in haskell-weigh/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 23 21:29:08 UTC 2020
Date: Sunday, February 23, 2020 @ 21:29:08
Author: felixonmars
Revision: 580037
upgpkg: haskell-weigh 0.0.16-13: rebuild with split 0.2.3.4
Modified:
haskell-weigh/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-23 21:28:33 UTC (rev 580036)
+++ PKGBUILD 2020-02-23 21:29:08 UTC (rev 580037)
@@ -3,7 +3,7 @@
_hkgname=weigh
pkgname=haskell-weigh
pkgver=0.0.16
-pkgrel=12
+pkgrel=13
pkgdesc="Measure allocations of a Haskell functions/values"
url="https://github.com/fpco/weigh"
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