[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 15 14:20:58 UTC 2021
Date: Thursday, July 15, 2021 @ 14:20:58
Author: felixonmars
Revision: 977318
upgpkg: hledger-ui 1.22-4: rebuild with megaparsec 9.1.0
Modified:
hledger-ui/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-15 14:18:52 UTC (rev 977317)
+++ PKGBUILD 2021-07-15 14:20:58 UTC (rev 977318)
@@ -3,7 +3,7 @@
pkgname=hledger-ui
pkgver=1.22
-pkgrel=3
+pkgrel=4
pkgdesc="Curses-style terminal interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -13,10 +13,15 @@
'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec'
'haskell-safe' 'haskell-split' 'haskell-text-zipper'
'haskell-vector' 'haskell-brick' 'haskell-vty')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('50d9c91754b734a1d52c23d7333d59c75d121981043f0d13b9447fc9afee030fd201bcdb0499f67c7c3e065309f2248ae60bff624b1e0c4e65cff99119e15662')
+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