[arch-commits] Commit in haskell-parameterized-utils/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 23 23:55:29 UTC 2021
Date: Tuesday, March 23, 2021 @ 23:55:28
Author: felixonmars
Revision: 901410
upgpkg: haskell-parameterized-utils 2.1.3.0-1: rebuild with parameterized-utils 2.1.3.0
Modified:
haskell-parameterized-utils/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-23 23:53:31 UTC (rev 901409)
+++ PKGBUILD 2021-03-23 23:55:28 UTC (rev 901410)
@@ -2,8 +2,8 @@
_hkgname=parameterized-utils
pkgname=haskell-parameterized-utils
-pkgver=2.1.2.0
-pkgrel=3
+pkgver=2.1.3.0
+pkgrel=1
pkgdesc="Classes and data structures for working with data-kind indexed types"
url="https://github.com/GaloisInc/parameterized-utils"
license=('BSD')
@@ -13,12 +13,11 @@
makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit'
'haskell-tasty-hedgehog')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a4527bcbc732118fdfe9485828c69edbb821659e761623f079120096e216e29bc37276554099e96e00f9c777c908518407759f87d94e49dc6c8a9c2780546a28')
+sha512sums=('65c5a295e3bcbb6747b8b4eb1e70709daf7e426462d567fc47b390670d2c879aa8f9c7f46474b33954c41804713abbc0bc3bc9b189249bf12a107778277d6b0a')
prepare() {
cd $_hkgname-$pkgver
gen-setup
- uusi -u constraints -u tasty $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list