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

Felix Yan felixonmars at archlinux.org
Wed Feb 8 08:41:02 UTC 2017


    Date: Wednesday, February 8, 2017 @ 08:41:01
  Author: felixonmars
Revision: 211179

upgpkg: haskell-hspec-smallcheck 0.4.2-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-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 08:39:36 UTC (rev 211178)
+++ PKGBUILD	2017-02-08 08:41:01 UTC (rev 211179)
@@ -3,15 +3,15 @@
 
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
-pkgver=0.4.1
-pkgrel=5
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/"
 license=('MIT')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-hspec-core' 'haskell-smallcheck')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('d7df0ec8a1f2f9255284f1994e224510')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('11f381cc002568e452252a7f5a636f2b')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list