Date: Saturday, June 13, 2020 @ 19:27:47 Author: felixonmars Revision: 642953
upgpkg: haskell-hledger-lib 1.18-1: rebuild with hledger 1.18, hledger-lib 1.18, hledger-ui 1.18, hledger-web 1.18 Modified: haskell-hledger-lib/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-13 19:16:03 UTC (rev 642952) +++ PKGBUILD 2020-06-13 19:27:47 UTC (rev 642953) @@ -3,22 +3,23 @@ _hkgname=hledger-lib pkgname=haskell-hledger-lib -pkgver=1.17.1 -pkgrel=24 -pkgdesc="Core data types, parsers and functionality for the hledger accounting tools" +pkgver=1.18 +pkgrel=1 +pkgdesc="A reusable library providing the core functionality of hledger" url="http://hledger.org" license=("GPL") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' - 'haskell-blaze-markup' 'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' - 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-extra' 'haskell-fgl' - 'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 'haskell-megaparsec' - 'haskell-old-time' 'haskell-parser-combinators' 'haskell-pretty-show' 'haskell-regex-tdfa' - 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-timeit' 'haskell-uglymemo' 'haskell-utf8-string') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal' + 'haskell-base-compat-batteries' 'haskell-blaze-markup' 'haskell-call-stack' + 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 'haskell-data-default' + 'haskell-decimal' 'haskell-extra' 'haskell-fgl' 'haskell-file-embed' 'haskell-glob' + 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 'haskell-parser-combinators' + 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' + 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' + 'haskell-uglymemo' 'haskell-utf8-string') makedepends=('ghc' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('04563c51783155d42968881021a2e027491d380282425c7e7f34d58a24fb5e719e3f5e5e295d8a6e9f9011f9532d6905a2eaf87701edc4257a3f019b4682cdd0') +sha512sums=('071e4e4defbe8af3d8e03f81f9075f0e0e4a9eb7c93d8a3a7e623d52e814bf06ed21099c7c6f129ef04d883313f97df236eca2e59d8c0244d2794ce7b9f14882') build() { cd $_hkgname-$pkgver
