[arch-commits] Commit in haskell-genvalidity/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Dec 20 00:35:09 UTC 2021
Date: Monday, December 20, 2021 @ 00:35:08
Author: felixonmars
Revision: 1079112
upgpkg: haskell-genvalidity 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/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 00:21:30 UTC (rev 1079111)
+++ PKGBUILD 2021-12-20 00:35:08 UTC (rev 1079112)
@@ -2,17 +2,22 @@
_hkgname=genvalidity
pkgname=haskell-genvalidity
-pkgver=0.11.0.2
-pkgrel=22
+pkgver=1.0.0.0
+pkgrel=1
pkgdesc="Testing utilities for the validity library"
url="https://github.com/NorfairKing/genvalidity"
license=('MIT')
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck' 'haskell-random' 'haskell-validity')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-core')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-core')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d668e24747c05f9137875a0471365691fd118de97433b6001ae227b847269a008785e9cec4e5c3ed0dd9fccb8998ac25c91a538ece4c64649184115859ec1b14')
+sha512sums=('e02a9e834abc6ae387924e27ae34a1c5db1e9e68ba54a6da018486f15e3f5cbe9678197aeea90aa00430d06b52615bcd8d8ef0dcb582a10a060665ba2cd7412e')
+prepare() {
+ cd $_hkgname-$pkgver
+ gen-setup
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list