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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jan 6 21:38:33 UTC 2022


    Date: Thursday, January 6, 2022 @ 21:38:33
  Author: felixonmars
Revision: 1094897

upgpkg: hledger-web 1.24.1-1: rebuild with primitive 0.7.3.0, hledger-iadd 1.3.16, hledger 1.24.1, hledger-ui 1.24.1, hledger-web 1.24.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 21:33:24 UTC (rev 1094896)
+++ PKGBUILD	2022-01-06 21:38:33 UTC (rev 1094897)
@@ -2,31 +2,26 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.22.2
-pkgrel=77
+pkgver=1.24.1
+pkgrel=1
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-blaze-html'
-         'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-clientsession'
-         'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-data-default'
-         'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 'haskell-http-conduit'
-         'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 'haskell-network'
-         'haskell-shakespeare' 'haskell-unix-compat' 'haskell-unordered-containers'
-         'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
-         'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 'haskell-yesod-core'
-         'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-base64'
+         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+         'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra'
+         'haskell-data-default' 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin'
+         'haskell-hspec' 'haskell-http-conduit' 'haskell-http-client' 'haskell-http-types'
+         'haskell-megaparsec' 'haskell-network' 'haskell-shakespeare' 'haskell-unix-compat'
+         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors'
+         'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod'
+         'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
 makedepends=('ghc' 'uusi')
 replaces=('hledger-api')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('48fed07556b4756c12ff303362e3ad042da00b34b59835d447f8a97dc6d63996a823613ccff0059fea33f58d3fed43546b0e6c13345e5c9936a48305e64369ca')
+sha512sums=('49e6292faad4a1311d1af950a98a546e6ec61f5dfa97539e62a806e63bbd43351861ab4c45f8eb7284e98367fb92e206a217e998c6572ca8b2f37e91bb93daaf')
 
-prepare() {
-    cd $pkgname-$pkgver
-    uusi -u megaparsec $pkgname.cabal
-}
-
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list