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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 08:58:55 UTC 2020


    Date: Thursday, February 27, 2020 @ 08:58:54
  Author: felixonmars
Revision: 583668

upgpkg: haskell-unix-compat 0.5.2-4: rebuild with ghc 8.8.3

Modified:
  haskell-unix-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 08:58:19 UTC (rev 583667)
+++ PKGBUILD	2020-02-27 08:58:54 UTC (rev 583668)
@@ -6,7 +6,7 @@
 pkgname=haskell-unix-compat
 _hkgname=unix-compat
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable POSIX-compatibility layer."
 url="https://github.com/jacobstanley/unix-compat"
 license=('BSD3')
@@ -36,5 +36,5 @@
     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"
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list