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

Felix Yan felixonmars at archlinux.org
Sat Jun 13 19:33:06 UTC 2020


    Date: Saturday, June 13, 2020 @ 19:33:06
  Author: felixonmars
Revision: 642961

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

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 19:32:56 UTC (rev 642960)
+++ PKGBUILD	2020-06-13 19:33:06 UTC (rev 642961)
@@ -2,9 +2,9 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.17.1
-pkgrel=62
-pkgdesc="Web interface for the hledger accounting tool"
+pkgver=1.18
+pkgrel=1
+pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org"
 license=("GPL")
 arch=('x86_64')
@@ -13,13 +13,14 @@
          'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-data-default'
          'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-http-conduit'
          'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 'haskell-network'
-         'haskell-shakespeare' 'haskell-unix-compat' 'haskell-utf8-string' 'haskell-wai'
-         'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp'
-         'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+         'haskell-shakespeare' 'haskell-unix-compat' 'haskell-unordered-containers'
+         'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+         'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 'haskell-yesod-core'
+         'haskell-yesod-form' 'haskell-yesod-static')
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
 replaces=('hledger-api')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4221cd01387715efe6c17bbece72878a93acb6f1b153fac5eb2a28a3086676e9ebca84e1c6fbff86c49d2b6f383cbc2bfb38115301c10645bc9245c03c1f5b31')
+sha512sums=('75ea536bd75b90d143b16beb0aef8575567d212ea0e7ef3f1e5f9e6de0d2a85fd9557e19a123175ae26ab201edfa7e62b5efad75300b99f5af46c91374e2f005')
 
 prepare() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list