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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 16:27:46 UTC 2017


    Date: Wednesday, October 4, 2017 @ 16:27:45
  Author: felixonmars
Revision: 261539

upgpkg: hledger-web 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-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 16:25:11 UTC (rev 261538)
+++ PKGBUILD	2017-10-04 16:27:45 UTC (rev 261539)
@@ -3,22 +3,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.3.2
-pkgrel=5
+pkgver=1.4
+pkgrel=1
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" "haskell-blaze-html"
-         "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" "haskell-data-default"
-         "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" "haskell-hunit"
-         "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" "haskell-text" "haskell-wai"
-         "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" "haskell-yesod"
-         "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" "haskell-json" 
-         "haskell-megaparsec" "haskell-mtl")
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 'haskell-blaze-html'
+         'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-data-default'
+         'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 'haskell-hunit'
+         'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-text' 'haskell-wai'
+         'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod'
+         'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json'
+         'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('cfba9a6f73d8489416b52eed2a881cf756dfb6d1ae11188baf4149f3a9931ea67d8656b8dc317a628d7add7fcf58aaa0e9edb8e2eef09b391558072473434e8d')
+sha512sums=('2c890a2f45b0ab5ffb781887bdd4e9f48465bb63e70118e59ec64f3ea5077df67462f52c0a6f292a970d893fd03a870b1d0a1093d32c1d3ed4a56a8a59d8c57f')
 
 prepare() {
     sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
@@ -26,11 +26,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-dev -f-library-only -f-oldtime -fthreaded
+            -f-dev -f-library-only -fthreaded
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list