[arch-commits] Commit in haskell-data-hash/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 26 21:12:42 UTC 2020
Date: Wednesday, February 26, 2020 @ 21:12:39
Author: felixonmars
Revision: 583244
upgpkg: haskell-data-hash 0.2.0.1-16: rebuild with ghc 8.8.3
Modified:
haskell-data-hash/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-26 21:12:03 UTC (rev 583243)
+++ PKGBUILD 2020-02-26 21:12:39 UTC (rev 583244)
@@ -4,7 +4,7 @@
_hkgname=data-hash
pkgname=haskell-data-hash
pkgver=0.2.0.1
-pkgrel=15
+pkgrel=16
pkgdesc="Combinators for building fast hashing functions."
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -33,6 +33,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