Date: Sunday, February 5, 2023 @ 22:06:38 Author: felixonmars Revision: 1392838
upgpkg: hledger-ui 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: hledger-ui/trunk/PKGBUILD ----------+ PKGBUILD | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 22:05:39 UTC (rev 1392837) +++ PKGBUILD 2023-02-05 22:06:38 UTC (rev 1392838) @@ -3,26 +3,21 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hledger-ui -pkgver=1.27.1 -pkgrel=42 +pkgver=1.28 +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-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' 'uusi') + '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=('3044ce1a94d4741827924800714410abc7128bf780e180da670d13ce2fecb5e76959f5d4fea49f9d2eeab5ba48dbef9cb2843252e4373bd1de13e440f4e7fb4d') +sha512sums=('eeac3483daee66449706535c1c4e0978ee359bd3ace071d7d208ab2c8b45d7276a478bb9fde7bc60cb83d59c5f6d82008cc87d4c145f4dee18bb667bc5163d0f') -prepare() { - cd $pkgname-$pkgver - uusi -u megaparsec $pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
