Date: Thursday, March 15, 2018 @ 02:49:34
  Author: anthraxx
Revision: 307913

upgpkg: xmobar 0.25-11 (haskell-libmpd rebuild, enable mpris)

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-15 02:46:46 UTC (rev 307912)
+++ PKGBUILD    2018-03-15 02:49:34 UTC (rev 307913)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.25
-pkgrel=10
+pkgrel=11
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
@@ -14,7 +14,8 @@
          'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
          'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-mtl'
          'haskell-regex-base' 'haskell-regex-compat' 'haskell-http'
-         'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools')
+         'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools'
+         'haskell-text')
 makedepends=('ghc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
 
sha512sums=('ca11d93d7bff9e6fd623607b25dbbd3d38c9f7b356183616d2c2050597b56b5f4636351a606d32acab232b32315f3639b78ae9f7e4385f68c810af30895c5717')
@@ -26,7 +27,7 @@
     --prefix=/usr \
     --enable-executable-dynamic \
     --disable-library-vanilla \
-    --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus"
+    --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
   runhaskell Setup build
 }
 

Reply via email to