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

Thomas Dziedzic tdziedzic at archlinux.org
Sun Feb 26 19:27:01 UTC 2012


    Date: Sunday, February 26, 2012 @ 14:27:01
  Author: tdziedzic
Revision: 151499

upgpkg: haskell-regex-compat 0.95.1-1

rebuild for ghc

Modified:
  haskell-regex-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 19:05:20 UTC (rev 151498)
+++ PKGBUILD	2012-02-26 19:27:01 UTC (rev 151499)
@@ -1,18 +1,18 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
-pkgver=0.93.1
-pkgrel=4.1
+pkgver=0.95.1
+pkgrel=1
 pkgdesc="Replaces and enhances Text.Regex"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1' 'haskell-regex-posix=0.94.4-2.1')
-options=('strip')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5' 'haskell-regex-posix=0.95.1-1')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('d6becec95ea8098cab663116fdce60a5')
+md5sums=('d0573ab4e2f3de5faa61380b67333320')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}




More information about the arch-commits mailing list