Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hspec
Commits:
139b4abd by Felix Yan at 2025-10-10T05:36:42+08:00
upgpkg: 2.11.4-1: rebuild with hspec 2.11.4, hspec-api 2.11.4, hspec-core
2.11.4, hspec-discover 2.11.4, hspec-expectations 0.8.4, hspec-meta 2.11.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hspec
pkgdesc = A Testing Framework for Haskell
- pkgver = 2.11.3
- pkgrel = 42
+ pkgver = 2.11.4
+ pkgrel = 1
url = https://hspec.github.io/
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = haskell-hspec
depends = haskell-hspec-core
depends = haskell-hspec-discover
depends = haskell-hspec-expectations
- source =
https://hackage.haskell.org/packages/archive/hspec/2.11.3/hspec-2.11.3.tar.gz
- sha512sums =
4c62e61ddcb15cc564431cacd15a59b8d17a875e70d3b77b320ac6ab1dc7bfd1f24cc2057ca5953fddc4ad5bd6fdf1ebcd69f9ec6ca626809e4ef734e802bad0
+ source =
https://hackage.haskell.org/packages/archive/hspec/2.11.4/hspec-2.11.4.tar.gz
+ sha512sums =
e13e10a0df7eb0fa70d96efe64c4cd0f604cb58d19acf6f810960ed641a45212aedb4655825813b1f1385d5ac9e1ea8b178095bc3ddbc505b8c5a82b1fb4286c
pkgname = haskell-hspec
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hspec
pkgname=haskell-hspec
-pkgver=2.11.3
-pkgrel=42
+pkgver=2.11.4
+pkgrel=1
pkgdesc="A Testing Framework for Haskell"
url="https://hspec.github.io/"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core'
'haskell-hspec-dis
'haskell-hspec-expectations')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4c62e61ddcb15cc564431cacd15a59b8d17a875e70d3b77b320ac6ab1dc7bfd1f24cc2057ca5953fddc4ad5bd6fdf1ebcd69f9ec6ca626809e4ef734e802bad0')
+sha512sums=('e13e10a0df7eb0fa70d96efe64c4cd0f604cb58d19acf6f810960ed641a45212aedb4655825813b1f1385d5ac9e1ea8b178095bc3ddbc505b8c5a82b1fb4286c')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec/-/commit/139b4abdd953f2aae133c5d4c2f6a186ff1a7ff3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec/-/commit/139b4abdd953f2aae133c5d4c2f6a186ff1a7ff3
You're receiving this email because of your account on gitlab.archlinux.org.