Date: Friday, March 13, 2020 @ 13:19:32 Author: felixonmars Revision: 595944
upgpkg: xmobar 0.33-1 Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 13:15:48 UTC (rev 595943) +++ PKGBUILD 2020-03-13 13:19:32 UTC (rev 595944) @@ -4,8 +4,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=xmobar -pkgver=0.32 -pkgrel=65 +pkgver=0.33 +pkgrel=1 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('BSD') @@ -14,15 +14,14 @@ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-parsec-numbers' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' - 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib' - 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-aeson' + 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 'haskell-netlink' + 'haskell-text' 'haskell-async' 'haskell-aeson' 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib' 'haskell-extensible-exceptions' 'haskell-http-conduit' 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer') makedepends=('ghc' 'haskell-hspec' 'haskell-temporary') source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('8d2543152b050460bf48514aaa981e6d508cabb7688b848a3b3528cfcecacb76') -sha512sums=('fa9b7c5d568b1c8e731b525736d8cf6a630def93a75884fcf3adc68e5527b31b61ef96df3019befafb83fa080703865ba511750deeb09d8ab70582ccf433b1f6') +sha512sums=('3a85a7c68d905dc88e181a921299d30adbb300f190a91e93d83b4fdf7a4f78f0646ec976bc405c0a82ca5547f159e5d64073d28a6a36ed83f5c831c1919c44b9') prepare() { cd xmobar-$pkgver @@ -32,7 +31,7 @@ build() { cd xmobar-${pkgver} - _flags=(with_xft with_utf8 with_inotify with_iwlib with_mpd with_alsa + _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211 with_datezone with_mpris with_dbus with_xpm with_threaded with_rtsopts with_weather)
