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

Felix Yan felixonmars at archlinux.org
Mon Jul 9 13:24:42 UTC 2018


    Date: Monday, July 9, 2018 @ 13:24:42
  Author: felixonmars
Revision: 355901

upgpkg: hledger 1.10-1

rebuild with hledger 1.10, hledger-api 1.10, hledger-lib 1.10, hledger-ui 1.10, hledger-web 1.10

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-09 13:23:06 UTC (rev 355900)
+++ PKGBUILD	2018-07-09 13:24:42 UTC (rev 355901)
@@ -3,14 +3,14 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger
-pkgver=1.9.1
-pkgrel=32
+pkgver=1.10
+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' 'haskell-cmdargs' 'haskell-csv'
-         'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-file-embed'
+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'
@@ -18,7 +18,7 @@
          '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=('d1d0abbee555e152a713e2fcfc185e196e705f73dcc6f94106ddfc9695412ae8bfbe8b487ae09a5a8a94338b85b7466fa9c28ce81e8a56e46c4fab0a7714a5eb')
+sha512sums=('45beedfb3db6cf83c06845878759b3f636404b0fab1c1bda3cda09c03f8d79ac2cce237c97a2d934860dfe3a8a1e30e3facdd63f5100954f6148d5768977078a')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list