[arch-commits] Commit in haskell-hspec-discover/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 23 15:33:02 UTC 2016
Date: Sunday, October 23, 2016 @ 15:33:02
Author: felixonmars
Revision: 193067
upgpkg: haskell-hspec-discover 2.3.2-1
rebuild with HUnit-1.5.0.0, quickcheck-io-0.1.4, hspec-expectations-0.8.2, hspec-discover-2.3.2, hspec-core-2.3.2, hspec-2.3.2
Modified:
haskell-hspec-discover/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 15:31:16 UTC (rev 193066)
+++ PKGBUILD 2016-10-23 15:33:02 UTC (rev 193067)
@@ -3,7 +3,7 @@
_hkgname=hspec-discover
pkgname=haskell-hspec-discover
-pkgver=2.2.4
+pkgver=2.3.2
pkgrel=1
pkgdesc="Automatically discover and run Hspec tests"
url="http://hspec.github.io/"
@@ -11,7 +11,7 @@
arch=('i686' 'x86_64')
depends=('ghc=8.0.1')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('ef4d1e3e40aa9cd944c28d1412cf5f64')
+md5sums=('2ab41b257d28f839ecddab05f6414e03')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list