[arch-commits] Commit in haskell-ghc-typelits-natnormalise/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 14:55:43 UTC 2020
Date: Tuesday, February 25, 2020 @ 14:55:42
Author: felixonmars
Revision: 581398
upgpkg: haskell-ghc-typelits-natnormalise 0.7-8: rebuild with splitmix 0.0.4
Modified:
haskell-ghc-typelits-natnormalise/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 14:54:50 UTC (rev 581397)
+++ PKGBUILD 2020-02-25 14:55:42 UTC (rev 581398)
@@ -3,7 +3,7 @@
_hkgname=ghc-typelits-natnormalise
pkgname=haskell-ghc-typelits-natnormalise
pkgver=0.7
-pkgrel=7
+pkgrel=8
pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
url="https://github.com/clash-lang/ghc-typelits-natnormalise"
license=('custom:BSD2')
@@ -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