Date: Monday, April 19, 2010 @ 09:14:35 Author: vesa Revision: 78129 2.4.1 upstream
Modified: darcs/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-19 12:34:31 UTC (rev 78128) +++ PKGBUILD 2010-04-19 13:14:35 UTC (rev 78129) @@ -3,14 +3,14 @@ # Contributor: Simo Leone <[email protected]> pkgname=darcs -pkgver=2.4 +pkgver=2.4.1 pkgrel=1 pkgdesc="Decentralized replacement for CVS with roots in quantum mechanics" arch=(i686 x86_64) url="http://darcs.net/" license=('GPL') depends=('curl' 'gmp' 'ncurses>=5.6-7') -makedepends=('ghc' 'haskell-hashed-storage' 'haskell-haskeline' 'haskell-html' 'haskell-parsec' 'haskell-regex-compat') +makedepends=('ghc' 'haskell-hashed-storage>=0.4.11' 'haskell-haskeline' 'haskell-html' 'haskell-parsec' 'haskell-regex-compat') #install=darcs.install source=("http://darcs.net/releases/$pkgname-$pkgver.tar.gz") @@ -30,4 +30,5 @@ rm -r $startdir/pkg/usr/lib/ } -md5sums=('169a6d245a33da97b2daa0eda60b28e5') + +md5sums=('1cfd8cad4ec09d88e081df3b56f9eca3')
