[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Nov 5 18:32:52 UTC 2021


    Date: Friday, November 5, 2021 @ 18:32:51
  Author: felixonmars
Revision: 1037231

upgpkg: hledger-ui 1.22.2-35: rebuild with megaparsec 9.2.0

Modified:
  hledger-ui/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 18:29:06 UTC (rev 1037230)
+++ PKGBUILD	2021-11-05 18:32:51 UTC (rev 1037231)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.22.2
-pkgrel=34
+pkgrel=35
 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=('53ca171ed87eae4a3a244fe1e8858f6c24e41d8740232375022ccb78b9fffe797aff43cd783d7a994d98fd3705c4d84f8f5a32857ff4f0d69aad5a84ee97b357')
 
+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