[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 12 12:29:12 UTC 2020
Date: Thursday, March 12, 2020 @ 12:29:12
Author: felixonmars
Revision: 595243
upgpkg: haskell-criterion 1.5.6.2-1: rebuild with criterion 1.5.6.2
Modified:
haskell-criterion/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 12:19:53 UTC (rev 595242)
+++ PKGBUILD 2020-03-12 12:29:12 UTC (rev 595243)
@@ -3,8 +3,8 @@
_hkgname=criterion
pkgname=haskell-criterion
-pkgver=1.5.6.1
-pkgrel=12
+pkgver=1.5.6.2
+pkgrel=1
pkgdesc="Robust, reliable performance measurement and analysis"
url="http://www.serpentine.com/criterion"
license=("BSD")
@@ -18,13 +18,8 @@
makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1f964b1ecb5fe22febbe9cc49a078316083ac1f42b0fabe77fd82bfb7e4100773022322888b881f448f682565e5a1bf10f5f5a9d31d8ecaf473c8306b2c83d19')
+sha512sums=('48e4c0803480fa21830342ff7fd016e15de1b598fb8c4541710c6a9d81e4919bfcb22bc5fbd1ac417e79df902f1154f20aa3e3081efcf6a9af872f00142c3af0')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/>= *1.0/>=0/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list