Date: Sunday, October 2, 2022 @ 08:45:17 Author: felixonmars Revision: 1320608
upgpkg: hledger-ui 1.27-1: rebuild with brick 1.0, hledger 1.27, hledger-lib 1.27, hledger-ui 1.27, hledger-web 1.27 Modified: hledger-ui/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-02 08:44:25 UTC (rev 1320607) +++ PKGBUILD 2022-10-02 08:45:17 UTC (rev 1320608) @@ -3,29 +3,34 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger-ui -pkgver=1.26.1 -pkgrel=44 +pkgver=1.27 +pkgrel=1 pkgdesc="Curses-style terminal interface for the hledger accounting system" url="http://hledger.org" license=("GPL") arch=('x86_64') depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async' - 'haskell-cmdargs' 'haskell-data-default' 'haskell-doclayout' 'haskell-extra' - 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' - 'haskell-safe' 'haskell-split' 'haskell-text-zipper' + 'haskell-breakpoint' 'haskell-cmdargs' 'haskell-data-default' 'haskell-doclayout' + 'haskell-extra' 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' + 'haskell-megaparsec' 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 'haskell-brick' 'haskell-vty') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('688aa88299693d06f1ce95fd653bc5450accb511bc90415ec02f40242b11324b0ff38ba9f51c9538ff6f3903c5ab77551b9077e38053412f9ce05e6d1ab3a145') +sha512sums=('153ebc123e712b2e18249b889648345d7832bf2b519853a1d98c124b473a1d17c18c69c61de2e505b8158096f5e97cac12d2506c2819a6ce0e13668efb3d6b1f') build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname \ + --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname --enable-tests \ -fthreaded runhaskell Setup build $MAKEFLAGS } +check() { + cd $pkgname-$pkgver + runhaskell Setup test --show-details=direct +} + package() { cd $pkgname-$pkgver runhaskell Setup copy --destdir="$pkgdir"
