Date: Monday, December 29, 2014 @ 19:19:19 Author: jelle Revision: 124866
upgpkg: xmobar 0.22.1-1 ghc 7.8.4 rebuild Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-29 18:17:02 UTC (rev 124865) +++ PKGBUILD 2014-12-29 18:19:19 UTC (rev 124866) @@ -3,18 +3,18 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=xmobar -pkgver=0.21 -pkgrel=2 +pkgver=0.22.1 +pkgrel=1 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') -makedepends=('ghc=7.8.3-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' - 'haskell-stm=2.4.3' 'haskell-parsec=3.1.5' 'haskell-mtl=2.1.3.1' 'haskell-regex-base' 'haskell-regex-compat') +depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm') +makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.8' 'haskell-network-uri' + 'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) -md5sums=('8d4442d3772ad9f475d96b955fda220d') +md5sums=('b63a1d5ad739e0f2b70ba0366a9854b7') build() { cd ${srcdir}/xmobar-$pkgver
