Date: Sunday, February 5, 2023 @ 22:00:50 Author: felixonmars Revision: 1392828
upgpkg: haskell-hledger-lib 1.28-1: rebuild with brick 1.5, fsnotify 0.4.0.0, hledger 1.28, hledger-lib 1.28, hledger-ui 1.28, hledger-web 1.28 Modified: haskell-hledger-lib/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 21:58:51 UTC (rev 1392827) +++ PKGBUILD 2023-02-05 22:00:50 UTC (rev 1392828) @@ -4,14 +4,14 @@ _hkgname=hledger-lib pkgname=haskell-hledger-lib -pkgver=1.27.1 -pkgrel=23 +pkgver=1.28 +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-aeson-pretty' 'haskell-ansi-terminal' - 'haskell-blaze-markup' 'haskell-breakpoint' 'haskell-call-stack' 'haskell-cassava' + 'haskell-blaze-markup' 'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-doclayout' 'haskell-extra' 'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 'haskell-megaparsec' 'haskell-microlens' 'haskell-microlens-th' @@ -18,15 +18,10 @@ 'haskell-parser-combinators' 'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' 'haskell-uglymemo' 'haskell-unordered-containers' 'haskell-utf8-string') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('522569af54936ab6c1558f668ace12494d7dd0d7446594bbaacfbf704a32ca67c62bffdc15b269935bf1a25ece93658d3d0b0f1a2b67962cd17d582154e34dcc') +sha512sums=('24784233f177931bf77512ba20987a15c5c0996bd4c6b814edca3162419180381c9242d8e47258f8bf9d9b6d6167cd0e4ca1319e0b5c39f797fb433e5bcdf0cb') -prepare() { - cd $_hkgname-$pkgver - uusi -u megaparsec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
