[arch-commits] Commit in haskell-quickcheck/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Mar 26 15:25:38 UTC 2014


    Date: Wednesday, March 26, 2014 @ 16:25:38
  Author: arodseth
Revision: 108309

Updated, but need to move tf-random to [community] before releasing

Modified:
  haskell-quickcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-26 15:04:57 UTC (rev 108308)
+++ PKGBUILD	2014-03-26 15:25:38 UTC (rev 108309)
@@ -5,17 +5,17 @@
 
 _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' '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"




More information about the arch-commits mailing list