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

Felix Yan felixonmars at archlinux.org
Wed Mar 4 16:56:47 UTC 2020


    Date: Wednesday, March 4, 2020 @ 16:56:46
  Author: felixonmars
Revision: 590295

upgpkg: hledger 1.17-1: rebuild with hledger 1.17, hledger-lib 1.17, hledger-ui 1.17, hledger-web 1.17

Modified:
  hledger/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-04 16:55:11 UTC (rev 590294)
+++ PKGBUILD	2020-03-04 16:56:46 UTC (rev 590295)
@@ -2,22 +2,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger
-pkgver=1.16.2
-pkgrel=11
+pkgver=1.17
+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-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-hashable'
-         'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions' 'haskell-megaparsec'
-         'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe'
-         'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-tasty'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base-compat-batteries'
+         'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-diff'
+         'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions'
+         'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa'
+         'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-tasty'
          'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string'
          'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('efd03857ce1ae15d221176ade334caecc72e89d35f695594cb52d54b291dc7e7c291b6354f237a2334e8446f0a318ecd19fc4867dc6af029142159d1493474cb')
+sha512sums=('bdba8a06eca03cf4c304a4bc4db56cc9536c9cbddcc13aff644c949baf180038c027a2caebb3911ce03ecce1d9580abae6e4e0a480abdafc762014fd3cc1cbbf')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list