Date: Thursday, January 6, 2022 @ 17:21:35 Author: felixonmars Revision: 1094742
upgpkg: hledger 1.24.1-1: rebuild with primitive 0.7.3.0, hledger-iadd 1.3.16, hledger 1.24.1 Modified: hledger/trunk/PKGBUILD ----------+ PKGBUILD | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-06 16:46:33 UTC (rev 1094741) +++ PKGBUILD 2022-01-06 17:21:35 UTC (rev 1094742) @@ -2,28 +2,23 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger -pkgver=1.22.2 -pkgrel=58 +pkgver=1.24.1 +pkgrel=1 pkgdesc="Command-line interface for the hledger accounting system" url="http://hledger.org" license=("GPL") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' - 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-githash' +depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' + 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-githash' 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions' - 'haskell-megaparsec' 'haskell-old-time' 'haskell-regex-tdfa' - 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-tasty' + 'haskell-megaparsec' 'haskell-microlens' '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' 'uusi' 'haskell-extra' 'haskell-timeit') +makedepends=('ghc' 'haskell-extra' 'haskell-timeit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('dc60c6f4ac7e9934ccb09293c447cb7af0f91f8ebae32233046d07e2e1358da5b6c7e8281d34e2a093e7ed2ad937d816ae731bfdde0c40b8a23cbdae0a0e9a52') +sha512sums=('0941258f7c6f699967261eaf9e20c1f81f6694b8f559ac1e729f37cff64dce3b787447f69c222115437318e8ccd6c4273e52befa41b3419f8fb4cc131c7fcdf7') -prepare() { - cd $pkgname-$pkgver - uusi -u megaparsec $pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
