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

Felix Yan felixonmars at archlinux.org
Sun Sep 17 16:47:02 UTC 2017


    Date: Sunday, September 17, 2017 @ 16:47:01
  Author: felixonmars
Revision: 258625

upgpkg: haskell-open-browser 0.2.1.0-5

fix file conflict

Modified:
  haskell-open-browser/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-17 16:44:01 UTC (rev 258624)
+++ PKGBUILD	2017-09-17 16:47:01 UTC (rev 258625)
@@ -5,7 +5,7 @@
 _hkgname=open-browser
 pkgname=haskell-open-browser
 pkgver=0.2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Open a web browser from Haskell."
 url="https://github.com/rightfold/open-browser"
 license=("custom:BSD3")
@@ -39,4 +39,6 @@
 
     # Remove static libs
     find "$pkgdir"/usr/lib -name "*.a" -delete
+
+    mv "$pkgdir"/usr/bin/{,open-browser-}example
 }



More information about the arch-commits mailing list