[arch-commits] Commit in haskell-inspection-testing/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 26 21:53:18 UTC 2020
Date: Wednesday, February 26, 2020 @ 21:53:16
Author: felixonmars
Revision: 583348
upgpkg: haskell-inspection-testing 0.4.2.2-4: rebuild with ghc 8.8.3
Modified:
haskell-inspection-testing/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-26 21:52:24 UTC (rev 583347)
+++ PKGBUILD 2020-02-26 21:53:16 UTC (rev 583348)
@@ -3,7 +3,7 @@
_hkgname=inspection-testing
pkgname=haskell-inspection-testing
pkgver=0.4.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="GHC plugin to do inspection testing"
url="https://github.com/nomeata/inspection-testing"
license=('MIT')
@@ -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