[arch-commits] Commit in haskell-checkers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 14 17:44:15 UTC 2020
Date: Saturday, March 14, 2020 @ 17:44:14
Author: felixonmars
Revision: 597040
upgpkg: haskell-checkers 0.5.4-1: rebuild with checkers 0.5.4
Modified:
haskell-checkers/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 17:43:45 UTC (rev 597039)
+++ PKGBUILD 2020-03-14 17:44:14 UTC (rev 597040)
@@ -2,8 +2,8 @@
_hkgname=checkers
pkgname=haskell-checkers
-pkgver=0.5.2
-pkgrel=24
+pkgver=0.5.4
+pkgrel=1
pkgdesc="Check properties on standard classes and data structures"
url="https://github.com/conal/checkers"
license=('BSD')
@@ -11,7 +11,7 @@
depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 'haskell-semigroupoids')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f642401f4c60cc142d8b3213113f8ea5de07fdb158affe4fa6a54021b3c9a63581ff113c27d47a174a9e70d05594399d33597a990096d024880cc8999d54f776')
+sha512sums=('4bbd802c2756d27ce473279f9d075d996686b23d49e6b57cb93c0765e9b2100e4b0b4f92c8742e807b1b98c6767462b4c81ac66027ad5dc05dea89ca62a61399')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list