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

Felix Yan felixonmars at archlinux.org
Sat Jan 6 08:25:50 UTC 2018


    Date: Saturday, January 6, 2018 @ 08:25:49
  Author: felixonmars
Revision: 279390

upgpkg: hledger-ui 1.5-1

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

Modified:
  hledger-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-06 08:25:24 UTC (rev 279389)
+++ PKGBUILD	2018-01-06 08:25:49 UTC (rev 279390)
@@ -3,27 +3,24 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-ui
-pkgver=1.4
-pkgrel=19
+pkgver=1.5
+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" "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" "haskell-text-zipper"
-         "haskell-vector" "haskell-brick" "haskell-vty")
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async'
+         'haskell-base-compat' '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' '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=('25712f7254933cd14cc1876b4c5b1eae2ea8c07324191b34e8c875cbe4e5ee60389db5cf804d556d91cc99d1baccf7dedd3cfe094a29caa03ee0981b12e89937')
+sha512sums=('6f2c09df0af5c5643922d325443ccdcc2f4d1bc83e958959d377145118862be72f3709947ddd4ed09aa2cdb0cb2c9144f3fa2a22893f53fb860fb2b1423746a3')
 
 prepare() {
     # It does nothing
     sed -e '/mtl-compat/d' \
-        -e 's/, megaparsec >=5.0 && < 6.2/, megaparsec >=5/' \
-        -e 's/vty >= 5.5 && < 5.18/vty >= 5.5/' \
-        -e 's/brick >= 0.12 && < 0.25/brick >= 0.12/' \
         -i ${pkgname}-${pkgver}/${pkgname}.cabal
 }
 



More information about the arch-commits mailing list