[arch-commits] Commit in haskell-hspec-wai-json/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 18 21:23:17 UTC 2020
Date: Friday, December 18, 2020 @ 21:23:16
Author: felixonmars
Revision: 779653
upgpkg: haskell-hspec-wai-json 0.11.0-40: rebuild with hspec-wai 0.11.1
Modified:
haskell-hspec-wai-json/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-18 21:21:56 UTC (rev 779652)
+++ PKGBUILD 2020-12-18 21:23:16 UTC (rev 779653)
@@ -4,7 +4,7 @@
_hkgname=hspec-wai-json
pkgname=haskell-hspec-wai-json
pkgver=0.11.0
-pkgrel=39
+pkgrel=40
pkgdesc="Testing JSON APIs with hspec-wai"
url="https://github.com/hspec/hspec-wai"
license=("MIT")
@@ -11,10 +11,14 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 'haskell-case-insensitive'
'haskell-hspec-wai')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('db14622fd95bfb9f52a48da4e8fa345c9fdd7014aeec1cb10d75573738f8020f36d97f7085373b9b2e865a9874f377d5532e29c1f31e27f41bf5c6c89fe68546')
+prepare() {
+ uusi -u hspec-wai $_hkgname-$pkgver/$_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list