[arch-commits] Commit in haskell-gauge/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 17 17:25:30 UTC 2018


    Date: Wednesday, January 17, 2018 @ 17:25:29
  Author: felixonmars
Revision: 283746

upgpkg: haskell-gauge 0.2.1-1

Modified:
  haskell-gauge/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-17 16:58:27 UTC (rev 283745)
+++ PKGBUILD	2018-01-17 17:25:29 UTC (rev 283746)
@@ -4,17 +4,16 @@
 
 _hkgname=gauge
 pkgname=haskell-gauge
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Small framework for performance measurement and analysis"
 url="https://github.com/vincenthz/hs-gauge"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement' 'haskell-mwc-random' 'haskell-vector'
-         'haskell-math-functions')
+depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
 makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('33bc1f092f4afe05ee55929700a0fa87b23a704351770516fbb38767d03d98ee492c1651dcc3d24dda22449449e76ad2f6bfc8966d3c7716a1e394e68f5987a8')
+sha512sums=('5a969a8eb67de4005b82d8bc34aebaaf0da4be119d412d5d07c8b4e63825ef705634e53ea80e3d95694573700a20c9a0ae7c53d8c4d623b4d339874b600b3382')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list