[arch-commits] Commit in haskell-stm/trunk (PKGBUILD)
Vesa Kaihlavirta
vesa at archlinux.org
Sun Aug 22 05:49:08 UTC 2010
Date: Sunday, August 22, 2010 @ 01:49:07
Author: vesa
Revision: 88312
6.12.3 rebuild
Modified:
haskell-stm/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-22 05:36:38 UTC (rev 88311)
+++ PKGBUILD 2010-08-22 05:49:07 UTC (rev 88312)
@@ -1,13 +1,13 @@
# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=haskell-stm
-pkgver=2.1.1.2
-pkgrel=2
+pkgver=2.1.2.1
+pkgrel=1
pkgdesc="A modular composable concurrency abstraction."
url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stm"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 'haskell-array=0.3.0.0' sh)
+depends=(ghc=6.12.3 'haskell-array=0.3.0.1' sh)
options=('strip')
source=(http://hackage.haskell.org/packages/archive/stm/$pkgver/stm-$pkgver.tar.gz)
install=$pkgname.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=('159eaa40d86e48f4169c25ab91d69b6d')
+md5sums=('3e88c921b0f06701b3adada24b54576e')
More information about the arch-commits
mailing list