[arch-commits] Commit in haskell-hspec-meta/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Apr 1 00:25:35 UTC 2022
Date: Friday, April 1, 2022 @ 00:25:34
Author: felixonmars
Revision: 1178007
upgpkg: haskell-hspec-meta 2.9.3-1: rebuild with hspec 2.9.4, hspec-core 2.9.4, hspec-discover 2.9.4, hspec-meta 2.9.3
Modified:
haskell-hspec-meta/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-31 23:56:46 UTC (rev 1178006)
+++ PKGBUILD 2022-04-01 00:25:34 UTC (rev 1178007)
@@ -2,17 +2,17 @@
_hkgname=hspec-meta
pkgname=haskell-hspec-meta
-pkgver=2.9.2
-pkgrel=4
+pkgver=2.9.3
+pkgrel=1
pkgdesc="A version of Hspec which is used to test Hspec itself"
url="http://hspec.github.io/"
license=('MIT')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io'
- 'haskell-ansi-terminal' 'haskell-clock' 'haskell-call-stack')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 'haskell-clock' 'haskell-ghc'
+ 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random' 'haskell-setenv')
makedepends=('ghc' 'uusi')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('50dba57f5282cada5740161823a3fc0de2b0d9f3e44a4e1496f581cf93e24fb6c50ed575a46cfcdfc8aac5c0e65635e414ac1e35fcabc4db0527517728ead4c4')
+sha512sums=('d6205a4aead9c8824a89b18f41d2513a0115c76f9130b7100e349f2b8c91dfef34c704ba169f5b103895d0144a8fdf79eaf46abf1c7447da7d634eb3b7c8e80b')
prepare() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list