Date: Saturday, March 13, 2021 @ 09:59:30 Author: felixonmars Revision: 890163
upgpkg: haskell-hledger-lib 1.21-1: rebuild with hledger 1.21, hledger-lib 1.21, hledger-ui 1.21, hledger-web 1.21 Modified: haskell-hledger-lib/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 09:46:43 UTC (rev 890162) +++ PKGBUILD 2021-03-13 09:59:30 UTC (rev 890163) @@ -3,8 +3,8 @@ _hkgname=hledger-lib pkgname=haskell-hledger-lib -pkgver=1.20.4 -pkgrel=22 +pkgver=1.21 +pkgrel=1 pkgdesc="A reusable library providing the core functionality of hledger" url="http://hledger.org" license=("GPL") @@ -14,12 +14,12 @@ 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-extra' 'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 'haskell-parser-combinators' - 'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' - 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' - 'haskell-uglymemo' 'haskell-unordered-containers' 'haskell-utf8-string') + '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' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9fce23868e4d59e613e17b6e819f45f67f5bc14392db0345d3cfffd560031b5f0572fe6e18ae72e5af153b80de08a24395b4f68a9a560092e7c2ac04399c9522') +sha512sums=('adf51531cefd4108aa4f9c27b6647876a43814876b9617accf0d8ff0fe5cc9757c8a1cbc01aaa497e1806bcfa191860b725c691ccc7c5a3f29197ac1eb436f28') build() { cd $_hkgname-$pkgver @@ -46,6 +46,4 @@ install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh runhaskell Setup copy --destdir="$pkgdir" rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE - - install -Dm644 hledger_*.5 -t "$pkgdir"/usr/share/man/man5/ }
