[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)
Thomas Dziedzic
tdziedzic at archlinux.org
Sun Feb 26 18:36:34 UTC 2012
Date: Sunday, February 26, 2012 @ 13:36:34
Author: tdziedzic
Revision: 151495
upgpkg: haskell-regex-posix 0.95.1-1
rebuild for ghc
Modified:
haskell-regex-posix/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-26 18:15:27 UTC (rev 151494)
+++ PKGBUILD 2012-02-26 18:36:34 UTC (rev 151495)
@@ -1,18 +1,18 @@
# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
_hkgname=regex-posix
pkgname=haskell-regex-posix
-pkgver=0.94.4
-pkgrel=2.1
+pkgver=0.95.1
+pkgrel=1
pkgdesc="The posix regex backend for regex-base"
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')
-options=('strip')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
-md5sums=('c28a13e8329e93a19bbb51708bf64abb')
+md5sums=('41cbc6d2b99837b64e0cc457c2737cc8')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
More information about the arch-commits
mailing list