Date: Saturday, February 2, 2019 @ 16:44:51 Author: felixonmars Revision: 429186
upgpkg: hledger 1.13-1 rebuild with hledger 1.13, hledger-api 1.13, hledger-lib 1.13, hledger-ui 1.13, hledger-web 1.13 Modified: hledger/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-02 16:43:20 UTC (rev 429185) +++ PKGBUILD 2019-02-02 16:44:51 UTC (rev 429186) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger -pkgver=1.12.1 -pkgrel=12 +pkgver=1.13 +pkgrel=1 pkgdesc="Command-line interface for the hledger accounting tool" url="http://hledger.org" license=("GPL") @@ -10,14 +10,14 @@ 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-file-embed' 'haskell-hashable' 'haskell-here' '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') + 'haskell-hashable' 'haskell-here' '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-test-framework' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('761c3b7d581e0787981763bc72263905f30b117e09c7a2bb72c3315955d3bb3a1e2cc3bd9152cfb8c81307c3dfa0e4e263dbc733670852a8ebf3e508817899ae') +sha512sums=('00af2e1570d88525e5bde50bbd251941cdba0ea351a4b892d66e4d2d95b9a6e4b41ad743b808cc308bbb54f5b2fb341dcd6357cd7cd82bcc60deede4cddd66ac') prepare() { # It does nothing
