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

Felix Yan felixonmars at archlinux.org
Wed Oct 3 12:15:49 UTC 2018


    Date: Wednesday, October 3, 2018 @ 12:15:48
  Author: felixonmars
Revision: 389199

upgpkg: hledger-web 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-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 12:14:05 UTC (rev 389198)
+++ PKGBUILD	2018-10-03 12:15:48 UTC (rev 389199)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.10
-pkgrel=90
+pkgver=1.11
+pkgrel=1
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -10,8 +10,7 @@
 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' 'haskell-hunit'
+         'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client'
          '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'
@@ -18,7 +17,7 @@
          'haskell-megaparsec')
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('37be7468f4c64dfff852759b35d5f41406b8a49ab75dec621319680cea3536b009e3dcc02c3447df5af5818f64613740db64faa9142ec07d403f404e5f4e7e95')
+sha512sums=('002f0f63396a53a6f4568cda4e1f3235fd59e7f9870cd7b17bf1af6a16dcbdaea69a62656c84a4c9ca6f590d3ef6bdd1ec14829def6d2617fab9ca1b552995b1')
 
 prepare() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list