Date: Monday, July 5, 2021 @ 07:25:39 Author: felixonmars Revision: 972324
upgpkg: hledger 1.22-1: rebuild with hledger 1.22, hledger-lib 1.22, hledger-ui 1.22, hledger-web 1.22 Modified: hledger/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-05 07:23:02 UTC (rev 972323) +++ PKGBUILD 2021-07-05 07:25:39 UTC (rev 972324) @@ -2,31 +2,23 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger -pkgver=1.21 -pkgrel=32 +pkgver=1.22 +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-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-temporary' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-utility-ht' 'haskell-wizards') -makedepends=('ghc' 'uusi' 'haskell-extra' 'haskell-timeit') -source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" - $pkgname-ghc9.patch::https://github.com/simonmichael/hledger/commit/c83970422cbe50911fe713e8ab2d7d0606d1069a.patch) -sha512sums=('4ae5e9dc0160759f85b5c9d9ae4d4faeb2a63a41dd5376e658ac6fa13ff2b72b5e808ed0d52ed50d83e9bade3ce8839c23aabbbf6baccf236b579b07898dd3ba' - 'afd5d6acb727c732890a5fd6752924f083f243cb1dbd5d47f3fbab357941c1c4b5def0d99bfdc5a2c2f5656c4feab48fea7766a3b049d1728dd8123553511355') +makedepends=('ghc' 'haskell-extra' 'haskell-timeit') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('3b92124131a91bc9c066f0bed4a9368e5ddae1faa0465a36a25301659dd5b2a236ed620db7a1608cf7df4d23a1b0560fc539e6f9886ddc13ef045be095fc10b4') -prepare() { - cd $pkgname-$pkgver - patch -p2 -i ../$pkgname-ghc9.patch - uusi -u base $pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
