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

Felix Yan felixonmars at archlinux.org
Tue Mar 5 04:33:44 UTC 2019


    Date: Tuesday, March 5, 2019 @ 04:33:43
  Author: felixonmars
Revision: 437704

upgpkg: hledger-web 1.14-1

rebuild with hledger 1.14.1, hledger-api 1.14, hledger-lib 1.14, hledger-ui 1.14, hledger-web 1.14

Modified:
  hledger-web/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-05 04:32:14 UTC (rev 437703)
+++ PKGBUILD	2019-03-05 04:33:43 UTC (rev 437704)
@@ -2,15 +2,16 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.13
-pkgrel=19
+pkgver=1.14
+pkgrel=1
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 'haskell-blaze-markup'
-         'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit'
-         'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client'
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-blaze-html'
+         'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-clientsession'
+         'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 'haskell-decimal'
+         'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 'haskell-http-types'
          'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-wai'
          'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod'
          'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json'
@@ -17,7 +18,7 @@
          'haskell-megaparsec')
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c4611e17fc1562be516776840cb83e6d7480f561215b473715af3de3370e08a00bd720c043e2b6cdba4c4612e4555bd978041dc1c259ba11265322d1465ae6f9')
+sha512sums=('7a984cd324758dd76a1347a23baba60ec2bf6e5d1657a25047d8e2d3a5e3280e02d0ec018809f9c5bbcdf212328dd87a2b9d160dde6ceeeecd208782808e213a')
 
 prepare() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list