[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Aug 21 10:09:22 UTC 2022
Date: Sunday, August 21, 2022 @ 10:09:21
Author: felixonmars
Revision: 1272457
upgpkg: hledger-ui 1.26.1-1: rebuild with hledger 1.26.1, hledger-lib 1.26.1, hledger-ui 1.26.1, hledger-web 1.26.1
Modified:
hledger-ui/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-21 10:08:34 UTC (rev 1272456)
+++ PKGBUILD 2022-08-21 10:09:21 UTC (rev 1272457)
@@ -3,8 +3,8 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hledger-ui
-pkgver=1.26
-pkgrel=6
+pkgver=1.26.1
+pkgrel=1
pkgdesc="Curses-style terminal interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -14,15 +14,10 @@
'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')
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('63c299af40f29bfe99e1af3508f43051e8e5f8ead4d90b4af51607fe333899d10b21732ba12614ef6a41e389fcf2d7662f0986acff78e6b9451d5fe67f695837')
+sha512sums=('688aa88299693d06f1ce95fd653bc5450accb511bc90415ec02f40242b11324b0ff38ba9f51c9538ff6f3903c5ab77551b9077e38053412f9ce05e6d1ab3a145')
-prepare() {
- cd $pkgname-$pkgver
- uusi -u doclayout $pkgname.cabal
-}
-
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
More information about the arch-commits
mailing list