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

Felix Yan felixonmars at archlinux.org
Tue Feb 11 19:07:40 UTC 2020


    Date: Tuesday, February 11, 2020 @ 19:07:40
  Author: felixonmars
Revision: 567915

upgpkg: haskell-json 0.10-1: rebuild with json 0.10

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 19:05:20 UTC (rev 567914)
+++ PKGBUILD	2020-02-11 19:07:40 UTC (rev 567915)
@@ -3,8 +3,8 @@
 
 _hkgname=json
 pkgname=haskell-json
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.10
+pkgrel=1
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        json-ghc-8.8.patch::https://github.com/GaloisInc/json/commit/9d36ca5d865be7e4b2126b68a444b901941d2492.patch)
-sha512sums=('836ae920ef19e0cff5b617a579090ea1d760e253513d3fb28c56650a1fa413c0bd852165be487c211a52be6246eac3241a97f729342223be10275917a34230a6'
-            'b7b389b8dd504e26e2a68aac3062ed9d8c7778f40c289acc3914645e5b8e04846a2f68280a703c584906001ae84d004a33eefd589b436251df8bd40b566efb56')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('4015693c363810701114a222207083ab9610ebd1196d24f0eb8dcad35af54e9067259ca412b131eaa986b8dbfbf0ce62058ca4c31aeeff29fdf21f17e8d86e90')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../json-ghc-8.8.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list