xmobar-git updated. Patch no more needed.

This commit is contained in:
Cedric Girard 2011-06-14 11:26:14 +02:00
parent 916dc4a87a
commit a43f3a72a7
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=xmobar-git
pkgver=20110330
pkgver=20110606
pkgrel=1
pkgdesc="A minimal status bar for the XMonad Window Manager"
arch=('i686' 'x86_64')
@ -34,7 +34,6 @@ build() {
git clone "${srcdir}/$_gitname" "${srcdir}/$_gitname-build"
cd "${srcdir}/$_gitname-build"
sed -i 's!sgGet!sgGetTag!' src/Plugins/Monitors/MPD.hs
runhaskell Setup configure --flags="all_extensions" --prefix=/usr
runhaskell Setup build