[arch-commits] Commit in hledger/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 3 12:10:48 UTC 2018
Date: Wednesday, October 3, 2018 @ 12:10:47
Author: felixonmars
Revision: 389193
upgpkg: hledger 1.11-1
rebuild with hledger 1.11, hledger-api 1.11, hledger-lib 1.11, hledger-ui 1.11, hledger-web 1.11
Modified:
hledger/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-03 12:09:23 UTC (rev 389192)
+++ PKGBUILD 2018-10-03 12:10:47 UTC (rev 389193)
@@ -2,22 +2,22 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hledger
-pkgver=1.10
-pkgrel=32
+pkgver=1.11
+pkgrel=1
pkgdesc="Command-line interface for the hledger accounting tool"
url="http://hledger.org"
license=("GPL")
arch=('x86_64')
depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-cmdargs'
- 'haskell-csv' 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-file-embed'
- 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' 'haskell-hunit' 'haskell-lucid'
- 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show'
- 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular'
- 'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string'
- 'haskell-utility-ht' 'haskell-wizards')
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-easytest'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib'
+ 'haskell-lucid' 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 'haskell-split'
+ 'haskell-statistics' 'haskell-tabular' 'haskell-temporary' 'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-utility-ht' 'haskell-wizards')
makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('45beedfb3db6cf83c06845878759b3f636404b0fab1c1bda3cda09c03f8d79ac2cce237c97a2d934860dfe3a8a1e30e3facdd63f5100954f6148d5768977078a')
+sha512sums=('935491f1abc4fadfa70bf1b46b004a8584efc1cdd01065466a8065cb24459c2653c383caf0e8ee2f38dc96126279fb21fa21b740209a0b6b4705771c513bce0c')
prepare() {
# It does nothing
More information about the arch-commits
mailing list