[arch-commits] Commit in haskell-quickcheck-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Aug 25 17:22:00 UTC 2022
Date: Thursday, August 25, 2022 @ 17:21:59
Author: felixonmars
Revision: 1279518
upgpkg: haskell-quickcheck-instances 0.3.28-1: rebuild with quickcheck-instances 0.3.28
Modified:
haskell-quickcheck-instances/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-25 17:21:11 UTC (rev 1279517)
+++ PKGBUILD 2022-08-25 17:21:59 UTC (rev 1279518)
@@ -3,8 +3,8 @@
_hkgname=quickcheck-instances
pkgname=haskell-quickcheck-instances
-pkgver=0.3.27
-pkgrel=35
+pkgver=0.3.28
+pkgrel=1
pkgdesc="Common quickcheck instances"
url="https://github.com/haskellari/qc-instances"
license=("BSD")
@@ -11,12 +11,13 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-onetuple' 'haskell-quickcheck' 'haskell-case-insensitive'
'haskell-data-fix' 'haskell-hashable' 'haskell-integer-logarithms' 'haskell-old-time'
- 'haskell-scientific' 'haskell-splitmix' 'haskell-strict' 'haskell-tagged'
- 'haskell-text-short' 'haskell-these' 'haskell-time-compat' 'haskell-transformers-compat'
- 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+ 'haskell-primitive' 'haskell-scientific' 'haskell-splitmix' 'haskell-strict'
+ 'haskell-tagged' 'haskell-text-short' 'haskell-these' 'haskell-time-compat'
+ 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-uuid-types'
+ 'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('be2b7525a1433b3cd038b5bcc55c01cc1a9ab2fa02fb89b4cf0d3c4748b6ee4a384b0ff101727a30c6f788a2da72adf87a8c97a36a57ce626f9269e1464f3a90')
+sha512sums=('dabb2ed6bea8507c5556effe9acd541d58a112e31867c1db1b465e2e36ebb40498d4335c4eaea0caceaf9413a6baac0245737794a2fd71acec2251f37ce8b79d')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list