diff options
Diffstat (limited to 'community/haskell-quickcheck/PKGBUILD')
-rw-r--r-- | community/haskell-quickcheck/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/haskell-quickcheck/PKGBUILD b/community/haskell-quickcheck/PKGBUILD index 83c7e7307..3d792152f 100644 --- a/community/haskell-quickcheck/PKGBUILD +++ b/community/haskell-quickcheck/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 99290 2013-10-26 17:33:27Z arodseth $ +# $Id: PKGBUILD 108389 2014-03-27 12:31:34Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vesa@archlinux.org> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> _hkgname=QuickCheck pkgname=haskell-quickcheck -pkgver=2.6 -pkgrel=3 +pkgver=2.7.3 +pkgrel=1 pkgdesc='Automatic testing of Haskell programs' url='http://hackage.haskell.org/package/QuickCheck' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc' 'haskell-random') +depends=('ghc' 'haskell-random' 'haskell-tf-random') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") install="$pkgname.install" options=('staticlibs') -sha256sums=('8001c00a1892714d914e5007ba72cdd428c1ea4c6b8418c6cb5e7809753d970d') +sha256sums=('d00321f0f4237add9d5ffd626d0fefba2e110aaa67725279f304553116f8d7a4') build() { cd "$_hkgname-$pkgver" |