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

Felix Yan felixonmars at archlinux.org
Sat Apr 14 04:48:00 UTC 2018


    Date: Saturday, April 14, 2018 @ 04:47:59
  Author: felixonmars
Revision: 316249

upgpkg: hledger-web 1.9.1-1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-14 04:46:49 UTC (rev 316248)
+++ PKGBUILD	2018-04-14 04:47:59 UTC (rev 316249)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hledger-web
-pkgver=1.9
-pkgrel=6
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -17,16 +17,9 @@
          'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json'
          'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        https://github.com/simonmichael/hledger/commit/98647ee6f2b01736290ff3f16398aab03b424e49.patch)
-sha512sums=('38feb7e002b72dd91b22819f504dcedb0e7b2700268ccfc8c71dde267247218ac5b83c118aa61d3b5a973af7550c72bffbe976a930f64a2996ef0f08e23d9c5b'
-            '7e31c53265f7939141a4749f48e2c698ae83e94a3b356fed44d02e1262168ffbc0b9d9715c412b1f1284fc72a594765aa19868b1885a6308f3c14afa7c36baf8')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('48966979c678f18af12e11e1f2a9402f204389d2f457403ead6f46aa2c298e49cdb1843d259b1871c4dc32273141821d65ce27a1555d270c8da6237baa8c7964')
 
-prepare() {
-    cd $pkgname-$pkgver
-    patch -p2 -i ../98647ee6f2b01736290ff3f16398aab03b424e49.patch
-}
-
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list