diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-05 03:56:09 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-05 03:56:09 +0000 |
commit | 4cd3fcfccda5c0375669bd300834ac77a0a617fb (patch) | |
tree | 45654211fb7434273df8b8fdc98c761fe1eef5e8 /community/xmobar | |
parent | 32fb2c222ff8558d8abdfa411e8487dc9a3c0696 (diff) |
Sat Jul 5 03:51:53 UTC 2014
Diffstat (limited to 'community/xmobar')
-rw-r--r-- | community/xmobar/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 7ce009aa9..92c7ccdc9 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 110642 2014-05-04 13:55:20Z td123 $ +# $Id: PKGBUILD 114922 2014-07-04 16:08:23Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=xmobar -pkgver=0.20.1 -pkgrel=2 +pkgver=0.21 +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.2-2' 'haskell-x11=1.6.1.1' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' +makedepends=('ghc=7.8.2-4' 'haskell-x11=1.6.1.1' '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 haskell-http') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) -md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf') +md5sums=('8d4442d3772ad9f475d96b955fda220d') build() { cd ${srcdir}/xmobar-$pkgver |