Date: Wednesday, March 4, 2020 @ 16:59:25 Author: felixonmars Revision: 590299
upgpkg: hledger-web 1.17-1: rebuild with hledger 1.17, hledger-lib 1.17, hledger-ui 1.17, hledger-web 1.17 Modified: hledger-web/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-04 16:58:00 UTC (rev 590298) +++ PKGBUILD 2020-03-04 16:59:25 UTC (rev 590299) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger-web -pkgver=1.16.2 -pkgrel=37 +pkgver=1.17 +pkgrel=1 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org" license=("GPL") @@ -10,16 +10,16 @@ arch=('x86_64') 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-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-megaparsec') + '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') makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') replaces=('hledger-api') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('830b11d0b0ef2894eed6c49e161aa3e4b175414e6315a78e37dbc3a0749b25dcf0d855e9144ce8c0ffb721fccf34b7daad0c5f4b808315ad0d143e941268a2dc') +sha512sums=('ac16366b7885356e7971c45ec83cc4fd49f91712977c8a05652b401d09b9873753428e203c9f6b400bd7fbf82e4a153fa47963e2c657294b106ae1cdd7605837') prepare() { cd $pkgname-$pkgver
