Date: Friday, October 11, 2019 @ 19:55:09 Author: felixonmars Revision: 515159
upgpkg: xmobar 0.31-1 rebuild with libmpd 0.9.0.10, xmobar 0.31 Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-11 19:44:34 UTC (rev 515158) +++ PKGBUILD 2019-10-11 19:55:09 UTC (rev 515159) @@ -4,8 +4,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=xmobar -pkgver=0.30 -pkgrel=5 +pkgver=0.31 +pkgrel=1 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('BSD') @@ -18,7 +18,7 @@ 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-extensible-exceptions') makedepends=('ghc') source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('0c02ab00aab9348c2960b53f04940e9ceff5ab9df056ba42591910179489359118b3b9fbfcd7ce378894f0cdc781c491614b87c3b49c25d2fedab83258f2198a') +sha512sums=('b0afe21f398a16a2e9d6e94ecb643fc5a259e1f60504ce50acd90ae31ae2e14d0925afb66f9593ff2a9bb016e39ab612027e836ece8ede665c66badac3386d01') prepare() { cd xmobar-$pkgver @@ -30,7 +30,7 @@ runhaskell setup configure -O \ --enable-shared \ --prefix=/usr \ - --enable-executable-dynamic \ + --enable-executable-dynamic --disable-library-vanilla \ --disable-library-vanilla \ --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd with_dbus with_mpris" runhaskell setup build
