[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 07:27:02 UTC 2021
Date: Monday, July 5, 2021 @ 07:27:01
Author: felixonmars
Revision: 972326
upgpkg: hledger-ui 1.22-1: rebuild with hledger 1.22, hledger-lib 1.22, hledger-ui 1.22, hledger-web 1.22
Modified:
hledger-ui/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 07:25:49 UTC (rev 972325)
+++ PKGBUILD 2021-07-05 07:27:01 UTC (rev 972326)
@@ -2,8 +2,8 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hledger-ui
-pkgver=1.21
-pkgrel=37
+pkgver=1.22
+pkgrel=1
pkgdesc="Curses-style terminal interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -13,18 +13,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')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- $pkgname-ghc9.patch::https://github.com/simonmichael/hledger/commit/4578d5d32951ae3ef22c2445fe75c43b8f845a5d.patch)
-sha512sums=('eeb969c0eca213fa0906a0750c17169257524661db7f562264d7e10cbc680270ca035aed235fd3e258215d7d7283c42088c244af061150a104cec37317710e5d'
- 'ea22eda7ef4042ec33c66d39ca8b293064f812efe1d4a75d62dc6bd5043920b774a6a36c1c210d14f80a26415034f08abde75ff58ab110fd569c18f0d1e9d2da')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('50d9c91754b734a1d52c23d7333d59c75d121981043f0d13b9447fc9afee030fd201bcdb0499f67c7c3e065309f2248ae60bff624b1e0c4e65cff99119e15662')
-prepare() {
- cd $pkgname-$pkgver
- patch -p2 -i ../$pkgname-ghc9.patch
- uusi -u base $pkgname.cabal
-}
-
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
More information about the arch-commits
mailing list