[arch-commits] Commit in haskell-tasty-hspec/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 20:29:32 UTC 2020
Date: Thursday, November 12, 2020 @ 20:29:32
Author: felixonmars
Revision: 753725
upgpkg: haskell-tasty-hspec 1.1.6-1: rebuild with tasty-hspec 1.1.6
Modified:
haskell-tasty-hspec/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 20:28:01 UTC (rev 753724)
+++ PKGBUILD 2020-11-12 20:29:32 UTC (rev 753725)
@@ -2,8 +2,8 @@
_hkgname=tasty-hspec
pkgname=haskell-tasty-hspec
-pkgver=1.1.5.1
-pkgrel=36
+pkgver=1.1.6
+pkgrel=1
pkgdesc="Hspec support for the Tasty test framework"
url="https://github.com/mitchellwrosen/tasty-hspec"
license=('BSD')
@@ -12,13 +12,8 @@
'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a')
+sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list