[arch-commits] Commit in haskell-genvalidity-hspec/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Dec 20 00:38:37 UTC 2021
Date: Monday, December 20, 2021 @ 00:38:37
Author: felixonmars
Revision: 1079116
upgpkg: haskell-genvalidity-hspec 1.0.0.0-1: rebuild with validity 0.12.0.0, genvalidity 1.0.0.0, genvalidity-hspec 1.0.0.0, genvalidity-property 1.0.0.0
Modified:
haskell-genvalidity-hspec/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 00:37:09 UTC (rev 1079115)
+++ PKGBUILD 2021-12-20 00:38:37 UTC (rev 1079116)
@@ -2,8 +2,8 @@
_hkgname=genvalidity-hspec
pkgname=haskell-genvalidity-hspec
-pkgver=0.7.0.4
-pkgrel=129
+pkgver=1.0.0.0
+pkgrel=1
pkgdesc="Standard spec's for GenValidity instances"
url="https://github.com/NorfairKing/validity"
license=('MIT')
@@ -10,10 +10,15 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-genvalidity' 'haskell-genvalidity-property' 'haskell-hspec'
'haskell-hspec-core' 'haskell-quickcheck' 'haskell-validity')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('25b660ca378f9015a71063c49ee0acb98fee2d66a61562e1fca831f1eb806ab6adc469b9694e51a610b14f9ee09765f83223b65a737effeef1fb0aeb98f30392')
+sha512sums=('90818ec5bbf91ebe67ae9d079a695de2520c48b93cb7344e003f1b85963a6bb64addc15f1d5789b263b13a390b03c1bb49efecb52bc3de2d4b6988dad96d0626')
+prepare() {
+ cd $_hkgname-$pkgver
+ gen-setup
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list