Date: Saturday, October 1, 2022 @ 22:29:09 Author: felixonmars Revision: 1320277
upgpkg: xmobar 0.44-1 Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-01 22:26:53 UTC (rev 1320276) +++ PKGBUILD 2022-10-01 22:29:09 UTC (rev 1320277) @@ -4,8 +4,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=xmobar -pkgver=0.43 -pkgrel=20 +pkgver=0.44 +pkgrel=1 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('BSD') @@ -21,7 +21,7 @@ 'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 'haskell-alsa-mixer') makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary') source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('c6ba561d2baad809119c4edc823e494c7565044443a347cb17ef3f74c8c964509408d71fa003dde7e0b8bf25248734b38ed8c8e027dec7b51cdd3af2f63258d5') +sha512sums=('0aba48b178641bf13e5fef83abec2c528817149549756c821d84d0f012143f81b8a056e065334904ad5ccaaf2a609e3fa93a0507714d8810dde4b4cdd43bb034') prepare() { cd xmobar-${pkgver} @@ -31,7 +31,7 @@ build() { cd xmobar-${pkgver} - _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211 + _flags=(with_xft with_inotify with_mpd with_alsa with_nl80211 with_datezone with_mpris with_dbus with_xpm with_threaded with_rtsopts with_weather)
