[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 4 16:57:53 UTC 2020
Date: Wednesday, March 4, 2020 @ 16:57:52
Author: felixonmars
Revision: 590297
upgpkg: hledger-ui 1.17-1: rebuild with hledger 1.17, hledger-lib 1.17, hledger-ui 1.17, hledger-web 1.17
Modified:
hledger-ui/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-04 16:56:54 UTC (rev 590296)
+++ PKGBUILD 2020-03-04 16:57:52 UTC (rev 590297)
@@ -2,20 +2,20 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hledger-ui
-pkgver=1.16.2
-pkgrel=19
+pkgver=1.17
+pkgrel=1
pkgdesc="Curses-style user interface for the hledger accounting tool"
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-fsnotify'
- 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 'haskell-pretty-show'
- 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 'haskell-brick'
- 'haskell-vty')
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('936db405505449cfc3f63bbfff897ab488d3054fa1412ab26c4264ed3f54abe7a3384a640d385a256a700f21e877aecbb6433768670c65dd94d8e9bd29df33f4')
+sha512sums=('223f3a1eee39768c5c44f9a116d6b838702ff075d31f1cfbf67514b323ff8d17c528a7f20ddcdfa4d5b22f238af795d142ea2f22b060382f8c97537192b2c958')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list