[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)
Vesa Kaihlavirta
vesa at archlinux.org
Sat Aug 21 20:32:56 UTC 2010
Date: Saturday, August 21, 2010 @ 16:32:55
Author: vesa
Revision: 88275
6.12.3 ruebuild
Modified:
haskell-regex-posix/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-21 20:30:17 UTC (rev 88274)
+++ PKGBUILD 2010-08-21 20:32:55 UTC (rev 88275)
@@ -1,13 +1,13 @@
# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=haskell-regex-posix
-pkgrel=3
-pkgver=0.94.1
+pkgrel=1
+pkgver=0.94.2
pkgdesc="The posix regex backend for regex-base"
url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh 'haskell-regex-base=0.93.1-3')
+depends=(ghc=6.12.3 sh 'haskell-regex-base=0.93.2')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/regex-posix/$pkgver/regex-posix-$pkgver.tar.gz)
install=haskell-regex-posix.install
@@ -23,4 +23,4 @@
runhaskell Setup copy --destdir=$pkgdir || return 1
install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
}
-md5sums=('624e53941566b3ef5a8ff918329843f9')
+md5sums=('e3ebbd6b66fdb2f8c4f0ad95c4580852')
More information about the arch-commits
mailing list