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

Felix Yan felixonmars at archlinux.org
Mon Mar 27 12:41:14 UTC 2017


    Date: Monday, March 27, 2017 @ 12:41:13
  Author: felixonmars
Revision: 219325

upgpkg: haskell-hspec 2.4.3-1

rebuild with hspec,2.4.3 hspec-core,2.4.3 hspec-discover,2.4.3

Modified:
  haskell-hspec/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-27 12:39:20 UTC (rev 219324)
+++ PKGBUILD	2017-03-27 12:41:13 UTC (rev 219325)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec
 pkgname=haskell-hspec
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hspec-discover'
          'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('2e38041e031143299f1f386f2bedf637')
+sha512sums=('4501f7c8e41b46eda95a7141f6a281a17d1e0eded61d3f61c2d445ed9cd3ceaaeb023e367dc05122a6b235182595682807e4f8a0450f8e4a4377ceb5708f809d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list