Date: Wednesday, December 9, 2020 @ 17:42:13 Author: felixonmars Revision: 772881
upgpkg: hledger-web 1.20-1: rebuild with hledger 1.20, hledger-lib 1.20, hledger-ui 1.20, hledger-web 1.20 Modified: hledger-web/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-09 17:42:08 UTC (rev 772880) +++ PKGBUILD 2020-12-09 17:42:13 UTC (rev 772881) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger-web -pkgver=1.19.1 -pkgrel=69 +pkgver=1.20 +pkgrel=1 pkgdesc="Web-based user interface for the hledger accounting system" url="http://hledger.org" license=("GPL") @@ -11,16 +11,16 @@ 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-conduit-extra' 'haskell-data-default' - 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-http-conduit' + 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 'haskell-http-conduit' 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 'haskell-network' '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') + 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test') +makedepends=('ghc') replaces=('hledger-api') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('adef619601e918962e7b9eb9a4cd4a5e094b2ad245461d1cddcf9cfdb1c8d9f3b5b7ea08adee50c7855cbac28cf8216decc00dd1f3c1d6fc7da91aeecd9ed1be') +sha512sums=('0218c586c4a094cc5ca8c6214362591ef9962fe809679ea6a023f21728fb87dea124524af8df9e1a654f503c3d50312ae751cbb8460b7d7bde1f49cf30a6aa92') build() { cd "${srcdir}/${pkgname}-${pkgver}"
