Date: Thursday, March 17, 2011 @ 05:27:08 Author: vesa Revision: 115152
ghc-7.0.2-2 rebuild Modified: haskell-opengl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-17 09:19:40 UTC (rev 115151) +++ PKGBUILD 2011-03-17 09:27:08 UTC (rev 115152) @@ -2,13 +2,13 @@ _hkgname=OpenGL pkgname=haskell-opengl pkgver=2.2.3.0 -pkgrel=5.2 +pkgrel=6 pkgdesc="A binding for the OpenGL graphics system" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=7.0.2' 'mesa') +depends=('ghc=7.0.2-2' 'mesa') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
