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

Felix Yan felixonmars at archlinux.org
Wed Oct 3 12:13:39 UTC 2018


    Date: Wednesday, October 3, 2018 @ 12:13:38
  Author: felixonmars
Revision: 389197

upgpkg: hledger-ui 1.11-1

rebuild with hledger 1.11, hledger-api 1.11, hledger-lib 1.11, hledger-ui 1.11, hledger-web 1.11

Modified:
  hledger-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 12:12:35 UTC (rev 389196)
+++ PKGBUILD	2018-10-03 12:13:38 UTC (rev 389197)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-ui
-pkgver=1.10
-pkgrel=55
+pkgver=1.11
+pkgrel=1
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -10,12 +10,12 @@
 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-hunit' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec'
-         'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
-         'haskell-vector' 'haskell-brick' 'haskell-vty')
+         '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=('a493cb27f3d5ca184a46e7bb43fe14d5e7286ca6e15fa134eac966e969d45fde7c09dc1f5965f4c27609bc2b0d81bfca4c20d8242cd43bbc19e0e4ea8747c5ee')
+sha512sums=('5051e6d001e8370cb45a26b078d3269524aae49cb3e958b6038112be42b50a7260707222da5ec401c0ffc9e3220851b9daa25a2d4daf9b299c0625b0bcb22a47')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list