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

2011-06-22 Thread Vesa Kaihlavirta
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
===
--- PKGBUILD2011-06-22 11:31:21 UTC (rev 128133)
+++ PKGBUILD2011-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



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

2011-03-17 Thread Vesa Kaihlavirta
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
===
--- PKGBUILD2011-03-17 09:19:40 UTC (rev 115151)
+++ PKGBUILD2011-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



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

2011-03-10 Thread Vesa Kaihlavirta
Date: Friday, March 11, 2011 @ 00:19:12
  Author: vesa
Revision: 114168

silly bump

Modified:
  haskell-opengl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-11 05:13:55 UTC (rev 114167)
+++ PKGBUILD2011-03-11 05:19:12 UTC (rev 114168)
@@ -2,7 +2,7 @@
 _hkgname=OpenGL
 pkgname=haskell-opengl
 pkgver=2.2.3.0
-pkgrel=5.1
+pkgrel=5.2
 pkgdesc=A binding for the OpenGL graphics system
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')



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

2011-03-05 Thread Vesa Kaihlavirta
Date: Saturday, March 5, 2011 @ 17:05:06
  Author: vesa
Revision: 112671

haskell-opengl compiled against ghc-7.0.2

Modified:
  haskell-opengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-05 21:59:24 UTC (rev 112670)
+++ PKGBUILD2011-03-05 22:05:06 UTC (rev 112671)
@@ -2,13 +2,13 @@
 _hkgname=OpenGL
 pkgname=haskell-opengl
 pkgver=2.2.3.0
-pkgrel=5
+pkgrel=5.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' 'mesa')
+depends=('ghc=7.0.2' 'mesa')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install