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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 16:19:53 UTC 2017


    Date: Wednesday, October 4, 2017 @ 16:19:52
  Author: felixonmars
Revision: 261533

upgpkg: hledger 1.4-1

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

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 16:17:41 UTC (rev 261532)
+++ PKGBUILD	2017-10-04 16:19:52 UTC (rev 261533)
@@ -3,21 +3,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger
-pkgver=1.3.1
-pkgrel=8
+pkgver=1.4
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" "haskell-file-embed" "haskell-here"
-         "haskell-pretty-show" "haskell-temporary" "haskell-tabular" "haskell-hledger-lib"
-         "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" "haskell-data-default"
-         "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" "haskell-megaparsec"
-         "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" "haskell-utf8-string"
-         "haskell-wizards" "haskell-shakespeare")
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 'haskell-diff'
+         'haskell-file-embed' 'haskell-here' 'haskell-pretty-show' 'haskell-temporary'
+         'haskell-tabular' 'haskell-hledger-lib' 'haskell-unordered-containers' 'haskell-cmdargs'
+         'haskell-csv' 'haskell-data-default' 'haskell-hashable' 'haskell-hunit' 'haskell-mtl'
+         'haskell-old-time' 'haskell-megaparsec' 'haskell-regex-tdfa' 'haskell-safe'
+         'haskell-shakespeare' 'haskell-split' 'haskell-text' 'haskell-utf8-string'
+         'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('71b1e4f75c582ada81487ac8a69a120d7c7d43510692600c833f546839faf4dbb2dc1525736688e421308e80ef5276eb95ce328f51453bb272aed2cd841fc070')
+sha512sums=('25d4003cbfbfb672c665a5e0a2c6852df8c1ca95b8d33154376a527d27d1a7a114c00e75b5e2c8b8ac5bfe9cb7d8f8d0a410cadbf2900691e4e2b6e0645c7369')
 
 prepare() {
     # It does nothing
@@ -26,11 +27,11 @@
 }
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"    
+    cd "${srcdir}/${pkgname}-${pkgver}"
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-oldtime -fterminfo -fthreaded
+            -fterminfo -fthreaded
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list