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

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 10 19:55:36 UTC 2022


    Date: Saturday, September 10, 2022 @ 19:55:35
  Author: felixonmars
Revision: 1300414

upgpkg: haskell-hspec-smallcheck 0.5.3-1: rebuild with hspec-smallcheck 0.5.3

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-10 18:43:35 UTC (rev 1300413)
+++ PKGBUILD	2022-09-10 19:55:35 UTC (rev 1300414)
@@ -2,8 +2,8 @@
 
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
-pkgver=0.5.2
-pkgrel=235
+pkgver=0.5.3
+pkgrel=1
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -10,15 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hunit' 'haskell-smallcheck')
 makedepends=('ghc' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        hspec-2.10.patch)
-sha512sums=('2fd27126285e7d308f277480dcadcb6b047f67a82389edaf7d4761504f88ffedd8831db5b6b4f178c429cf3e8009e8aee8c6b05040dd960e7d2813e50908bd05'
-            'edca9cf9a69225bb08db3dfafaf25baa1e0e66d02f0d3f460dfba005b46cd693193df6ac1fdcc3d21f2e49f3891af296485788fd2656e3d28eb3a05d5210e44d')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('cbf1130e11a75c6042762f94e60b51b286061b175d7d3b5b5c4c4f1477b0aa54d8bc17546b8aafe6a1601ca9a2a765bf392af80850c11cc30e68c1ae5e51146a')
 
-prepare() {
-    patch -d $_hkgname-$pkgver -p1 < hspec-2.10.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list