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

Felix Yan felixonmars at archlinux.org
Wed Dec 9 17:38:41 UTC 2020


    Date: Wednesday, December 9, 2020 @ 17:38:40
  Author: felixonmars
Revision: 772875

upgpkg: hledger 1.20-1: rebuild with hledger 1.20, hledger-lib 1.20, hledger-ui 1.20, hledger-web 1.20

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-09 17:37:19 UTC (rev 772874)
+++ PKGBUILD	2020-12-09 17:38:40 UTC (rev 772875)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger
-pkgver=1.19.1
-pkgrel=27
+pkgver=1.20
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org"
 license=("GPL")
@@ -11,13 +11,13 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-base-compat-batteries'
          'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-diff'
          'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions'
-         'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa'
+         'haskell-megaparsec' 'haskell-old-time' 'haskell-regex-tdfa'
          'haskell-safe' 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 'haskell-tasty'
          'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string'
          'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('503bd900ff9fea84ba4045402ea60dce1601cab2f768994a5ad441fe3968c0f31d8c90882ee31ea27c88d2e92822d2130dba4a8c34e1e0130b61bf14ebefaaf4')
+sha512sums=('1e0666358ef0200f6bcf153e276cf59ad99448603aeaf4c8275fed2069a3b696f96b9025d684f7d06208821e5864e5057c777c10388d05d3396896012e31dd49')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list