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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 22:22:40 UTC 2020


    Date: Wednesday, February 26, 2020 @ 22:22:39
  Author: felixonmars
Revision: 583422

upgpkg: haskell-open-browser 0.2.1.0-17: rebuild with ghc 8.8.3

Modified:
  haskell-open-browser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 22:22:05 UTC (rev 583421)
+++ PKGBUILD	2020-02-26 22:22:39 UTC (rev 583422)
@@ -4,7 +4,7 @@
 _hkgname=open-browser
 pkgname=haskell-open-browser
 pkgver=0.2.1.0
-pkgrel=16
+pkgrel=17
 pkgdesc="Open a web browser from Haskell."
 url="https://github.com/rightfold/open-browser"
 license=("BSD")
@@ -33,8 +33,8 @@
     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
 
     mv "$pkgdir"/usr/bin/{,open-browser-}example
 }



More information about the arch-commits mailing list