diff options
Diffstat (limited to 'community/xmobar/PKGBUILD')
-rw-r--r-- | community/xmobar/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 1a6e973aa..fc660793d 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 89333 2013-04-28 16:53:04Z td123 $ +# $Id: PKGBUILD 89949 2013-05-06 07:32:36Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=xmobar -pkgver=0.16 -pkgrel=6 +pkgver=0.17 +pkgrel=1 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') @@ -14,7 +14,6 @@ makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 'ha 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) -md5sums=('4742f1556a8e9b292f18df1176dcd378') build() { cd ${srcdir}/xmobar-$pkgver @@ -29,3 +28,4 @@ package() { install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE } +md5sums=('d50287cd9f2284737c89e36de0eca107') |