Date: Tuesday, December 24, 2019 @ 14:07:24 Author: felixonmars Revision: 539966
upgpkg: hledger 1.16-1: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: hledger/trunk/PKGBUILD ----------+ PKGBUILD | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-24 14:05:57 UTC (rev 539965) +++ PKGBUILD 2019-12-24 14:07:24 UTC (rev 539966) @@ -2,23 +2,22 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger -pkgver=1.15.2 -pkgrel=20 +pkgver=1.16 +pkgrel=1 pkgdesc="Command-line interface for the hledger accounting tool" url="http://hledger.org" license=("GPL") arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-cmdargs' - 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-easytest' - 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions' - 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa' - 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-temporary' - 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-utility-ht' - 'haskell-wizards') -makedepends=('ghc' 'haskell-extra' 'haskell-test-framework' 'haskell-test-framework-hunit' - 'haskell-timeit') + 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-hashable' + 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions' 'haskell-megaparsec' + 'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' + 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-tasty' + 'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string' + 'haskell-utility-ht' 'haskell-wizards') +makedepends=('ghc' 'haskell-extra' 'haskell-timeit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('77362ab356f16abe6742a1c59985b4e31a8901fb236083eb8fb77689e9ccf99e76f8bde722a4e05daebf0c23654b5bf2d1ecd2e7613b5a8ab85efd99d3282fc3') +sha512sums=('2d2caebe99055772b480f45a7c9d6e3a71b13ee8c2b953dc4a3b2015ca697c23861c4d562d73be60200807c741afed7c383793a01c2d5199f2d6b15dda325614') prepare() { # It does nothing
