[arch-commits] Commit in haskell-timeit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Feb 22 18:52:16 UTC 2018
Date: Thursday, February 22, 2018 @ 18:52:15
Author: felixonmars
Revision: 297107
upgpkg: haskell-timeit 2.0-1
rebuild with timeit,2.0
Modified:
haskell-timeit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-22 18:49:26 UTC (rev 297106)
+++ PKGBUILD 2018-02-22 18:52:15 UTC (rev 297107)
@@ -4,9 +4,9 @@
_hkgname=timeit
pkgname=haskell-timeit
-pkgver=1.0.0.0
+pkgver=2.0
pkgrel=1
-pkgdesc="A simple wrapper of an IO computation to show the used CPU time"
+pkgdesc="Time monadic computations with an IO base"
url="https://hackage.haskell.org/package/timeit"
license=("custom:BSD3")
arch=('x86_64')
@@ -13,7 +13,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8b1b95d4e759cddedf49e863e103eb12082a509c844e79f0eb40bd7fc95f3960aecfb59c65aa04815769e139561ed1d76908dff3b5279feb7358eca3b16f0ebd')
+sha512sums=('3cbe554ddb17fbeb5f8be1f6459144921f8be4db0fa9571678980251ca397fca0700df61d0e5bd8466b0b2cdcedac8473ac53debbd9b4e9c239ebb37bec2845b')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list