[arch-commits] Commit in haskell-generic-random/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 17 15:08:54 UTC 2021
Date: Monday, May 17, 2021 @ 15:08:54
Author: felixonmars
Revision: 936023
upgpkg: haskell-generic-random 1.4.0.0-1: rebuild with generic-random 1.4.0.0
Modified:
haskell-generic-random/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 15:08:51 UTC (rev 936022)
+++ PKGBUILD 2021-05-17 15:08:54 UTC (rev 936023)
@@ -2,16 +2,16 @@
_hkgname=generic-random
pkgname=haskell-generic-random
-pkgver=1.3.0.1
-pkgrel=89
+pkgver=1.4.0.0
+pkgrel=1
pkgdesc="Generic random generators for QuickCheck"
url="https://github.com/lysxia/generic-random"
license=('MIT')
arch=('x86_64')
depends=('ghc-libs' 'haskell-quickcheck')
-makedepends=('ghc' 'haskell-inspection-testing')
+makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d936f6b2cab03275e37f07664602a2ab0037efa1a0b76682bd032141390f14ad70c263fed64bf9105a71b098c67d7ce06dccb78ec1d8cc59fc9ffd1e05fde8b8')
+sha512sums=('fdf8c3865a785dd09adc88a2e3b54a6712ccfff244b7b8e6df73402ab71d4f34ff525c9ad393d61ba7619fb8a751c1a73a9f223a434c747c218800fb2c2d75bb')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list