summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2018-03-22 00:59:36 +0100
committeranthraxx2018-03-22 00:59:40 +0100
commit055d0f9875decb7fde8bf33cca4ef08d23a57d6d (patch)
tree2fcad6cf95ef3aaf572bfc56c5cefea3a13d1502
parentb120c9b027b565d3e8dcc5d61b77a2fffa5f5e0e (diff)
downloadaur-055d0f9875decb7fde8bf33cca4ef08d23a57d6d.tar.gz
upgpkg: xmobar-git 0.25+18+g14122cd-1 (adding mpris)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e884d6ddc5..394b5eeb5d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmobar-git
pkgdesc = Minimalistic Text Based Status Bar
- pkgver = 0.25+14+g2e28ddc
+ pkgver = 0.25+18+g14122cd
pkgrel = 1
url = https://hackage.haskell.org/package/xmobar
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = xmobar-git
depends = haskell-libmpd
depends = haskell-iwlib
depends = wireless_tools
+ depends = haskell-text
provides = xmobar
conflicts = xmobar
source = xmobar-git::git+https://github.com/jaor/xmobar.git
diff --git a/PKGBUILD b/PKGBUILD
index c0d6d138ff22..2b3a897cb9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributer: Colin Woodbury <colingw@gmail.com>
pkgname=xmobar-git
-pkgver=0.25+14+g2e28ddc
+pkgver=0.25+18+g14122cd
pkgrel=1
pkgdesc='Minimalistic Text Based Status Bar'
url='https://hackage.haskell.org/package/xmobar'
@@ -15,7 +15,8 @@ depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
'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=('git' 'ghc')
conflicts=('xmobar')
provides=('xmobar')
@@ -34,7 +35,7 @@ build() {
--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
}