[arch-commits] Commit in haskell-genvalidity-hspec/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Sep 6 18:42:26 UTC 2022
Date: Tuesday, September 6, 2022 @ 18:42:26
Author: felixonmars
Revision: 1294474
upgpkg: haskell-genvalidity-hspec 1.0.0.0-47: rebuild with hspec 2.10.0, hspec-core 2.10.0, hspec-discover 2.10.0
Modified:
haskell-genvalidity-hspec/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-06 17:57:06 UTC (rev 1294473)
+++ PKGBUILD 2022-09-06 18:42:26 UTC (rev 1294474)
@@ -3,7 +3,7 @@
_hkgname=genvalidity-hspec
pkgname=haskell-genvalidity-hspec
pkgver=1.0.0.0
-pkgrel=46
+pkgrel=47
pkgdesc="Standard spec's for GenValidity instances"
url="https://github.com/NorfairKing/validity"
license=('MIT')
@@ -11,11 +11,14 @@
depends=('ghc-libs' 'haskell-genvalidity' 'haskell-genvalidity-property' 'haskell-hspec'
'haskell-hspec-core' 'haskell-quickcheck' 'haskell-validity')
makedepends=('ghc' 'uusi')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('90818ec5bbf91ebe67ae9d079a695de2520c48b93cb7344e003f1b85963a6bb64addc15f1d5789b263b13a390b03c1bb49efecb52bc3de2d4b6988dad96d0626')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+ $pkgname-hspec-2.10.patch::https://github.com/NorfairKing/validity/pull/107.patch)
+sha512sums=('90818ec5bbf91ebe67ae9d079a695de2520c48b93cb7344e003f1b85963a6bb64addc15f1d5789b263b13a390b03c1bb49efecb52bc3de2d4b6988dad96d0626'
+ '6a482e9053457414f581f498031358e6b8134f852665e5bad82e1839feee8ce8d3052c31d2925582283f47de0d3399a73080099244c1dd6ff3a220527409c8ca')
prepare() {
cd $_hkgname-$pkgver
+ patch -p2 -i ../$pkgname-hspec-2.10.patch
gen-setup
}
More information about the arch-commits
mailing list