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

Felix Yan felixonmars at archlinux.org
Wed Oct 17 20:45:40 UTC 2018


    Date: Wednesday, October 17, 2018 @ 20:45:39
  Author: felixonmars
Revision: 395077

upgpkg: xmobar 0.27-42

rebuild with ghc 8.6.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 20:29:11 UTC (rev 395076)
+++ PKGBUILD	2018-10-17 20:45:39 UTC (rev 395077)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.27
-pkgrel=41
+pkgrel=42
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
@@ -22,7 +22,7 @@
 
 prepare() {
   cd xmobar-$pkgver
-  sed -i 's/==.*0.3/== 0.4/' xmobar.cabal
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' xmobar.cabal
 }
 
 build() {



More information about the arch-commits mailing list