[arch-commits] Commit in haskell-byteorder/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 26 20:50:12 UTC 2020


    Date: Wednesday, February 26, 2020 @ 20:50:06
  Author: felixonmars
Revision: 583192

upgpkg: haskell-byteorder 1.0.4-16: rebuild with ghc 8.8.3

Modified:
  haskell-byteorder/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 20:49:30 UTC (rev 583191)
+++ PKGBUILD	2020-02-26 20:50:06 UTC (rev 583192)
@@ -4,7 +4,7 @@
 _hkgname=byteorder
 pkgname=haskell-byteorder
 pkgver=1.0.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Exposes the native endianness or byte ordering of the system."
 url="http://community.haskell.org/~aslatter/code/byteorder"
 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