diff options
author | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-14 23:14:53 +0000 |
commit | f96b67a7733c348213a216ba6472d43614b44f04 (patch) | |
tree | b4d773bc2fb5e8778669789ef27a7fbf17a7ea65 /community/xmobar | |
parent | f4dcb5cb43b68e265512a03a160bdda634818b43 (diff) |
Wed Dec 14 23:14:53 UTC 2011
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 e611eb780..43b2db0c9 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 43764 2011-03-29 17:22:35Z spupykin $ +# $Id: PKGBUILD 60406 2011-12-13 10:42:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> # Package generated by cabal2arch 0.4 pkgname=xmobar -pkgver=0.13 -pkgrel=2 +pkgver=0.14 +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') +depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') makedepends=('ghc>=7.0.2' 'haskell-x11>=1.3.0' 'haskell-x11-xft>=0.2' 'haskell-utf8-string' 'haskell-stm' 'haskell-parsec>=3' 'haskell-mtl>=2') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) -md5sums=('f7946236c068b1e7944f16b7c0732857') +md5sums=('b965e2db0555c741db96945210995777') build() { cd ${srcdir}/xmobar-$pkgver |