[arch-commits] Commit in haskell-opengl/trunk (PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Wed Jun 22 11:32:42 UTC 2011


    Date: Wednesday, June 22, 2011 @ 07:32:41
  Author: vesa
Revision: 128134

new HP release

Modified:
  haskell-opengl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-22 11:31:21 UTC (rev 128133)
+++ PKGBUILD	2011-06-22 11:32:41 UTC (rev 128134)
@@ -2,20 +2,20 @@
 _hkgname=OpenGL
 pkgname=haskell-opengl
 pkgver=2.2.3.0
-pkgrel=6
+pkgrel=7.1
 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-2' 'mesa')
+depends=('ghc=7.0.3-2' 'mesa')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('f4e3ccb471034a6a74921d4dab9dd32d')
+
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O --enable-split-objs --enable-shared \
+    runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
        --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock




More information about the arch-commits mailing list