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/haskell-x11/PKGBUILD | |
parent | f4dcb5cb43b68e265512a03a160bdda634818b43 (diff) |
Wed Dec 14 23:14:53 UTC 2011
Diffstat (limited to 'community/haskell-x11/PKGBUILD')
-rw-r--r-- | community/haskell-x11/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index 417b6daab..445c8ddd1 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 49953 2011-06-22 19:21:47Z vegai $ +# $Id: PKGBUILD 60398 2011-12-13 10:28:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: shild <sxp@bk.ru> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> _hkgname=X11 pkgname=haskell-x11 -pkgver=1.5.0.0 -pkgrel=7.3 +pkgver=1.5.0.1 +pkgrel=1 pkgdesc="A Haskell binding to the X11 graphics library." arch=(i686 x86_64) url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" @@ -16,7 +16,7 @@ depends=("ghc=7.0.3-2" "haskell-syb=0.3-2.1" 'libx11' 'libxinerama') conflicts=(haskell-x11-extras) install=hsmod.install source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz) -md5sums=('ec6670f5ce1812206903c8a0fd9df04c') +md5sums=('7d69b204f773a0335828ced0e1e069f2') build() { cd ${srcdir}/${_hkgname}-${pkgver} |