[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jan 6 19:19:59 UTC 2022
Date: Thursday, January 6, 2022 @ 19:19:59
Author: felixonmars
Revision: 1094800
upgpkg: hledger-ui 1.24.1-1: rebuild with primitive 0.7.3.0, hledger-iadd 1.3.16, hledger 1.24.1, hledger-ui 1.24.1
Modified:
hledger-ui/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-06 18:46:06 UTC (rev 1094799)
+++ PKGBUILD 2022-01-06 19:19:59 UTC (rev 1094800)
@@ -2,26 +2,21 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hledger-ui
-pkgver=1.22.2
-pkgrel=63
+pkgver=1.24.1
+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-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-extra'
+ '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')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('53ca171ed87eae4a3a244fe1e8858f6c24e41d8740232375022ccb78b9fffe797aff43cd783d7a994d98fd3705c4d84f8f5a32857ff4f0d69aad5a84ee97b357')
+sha512sums=('9a71ba18c76a477a12df34adb4d1d11e5a72769b14e27950ff675107faf210dbe9ee18d4e6bf13151789f73591e72b62fb7f3ea581a2ddff6457814d9220f4d4')
-prepare() {
- cd $pkgname-$pkgver
- uusi -u megaparsec $pkgname.cabal
-}
-
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
More information about the arch-commits
mailing list