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

Felix Yan felixonmars at archlinux.org
Wed Feb 8 08:39:14 UTC 2017


    Date: Wednesday, February 8, 2017 @ 08:39:14
  Author: felixonmars
Revision: 211177

upgpkg: haskell-hspec 2.4.1-1

rebuild with hspec,2.4.1 hspec-core,2.4.1 hspec-discover,2.4.1 hspec-smallcheck,0.4.2

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 08:37:42 UTC (rev 211176)
+++ PKGBUILD	2017-02-08 08:39:14 UTC (rev 211177)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec
 pkgname=haskell-hspec
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -11,8 +11,8 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hspec-discover'
          'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('da288f815a4cd37985f703118d247332')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('41109aadb81eb4e60af552c3e89b571e')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list