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

Felix Yan felixonmars at archlinux.org
Thu May 9 14:56:23 UTC 2019


    Date: Thursday, May 9, 2019 @ 14:56:23
  Author: felixonmars
Revision: 464600

upgpkg: haskell-aeson-diff 1.1.0.7-1

rebuild with aeson-diff 1.1.0.7

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-09 14:40:08 UTC (rev 464599)
+++ PKGBUILD	2019-05-09 14:56:23 UTC (rev 464600)
@@ -2,8 +2,8 @@
 
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
-pkgver=1.1.0.5
-pkgrel=26
+pkgver=1.1.0.7
+pkgrel=1
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff"
 license=('BSD')
@@ -14,13 +14,8 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
              'haskell-quickcheck-instances' 'hlint')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('3ca534155bd4d5cf35e232ddf302cef21b3e9a29473d6d04cefadd0fb5ecb2954a140df3e88afe48ada67bac63224a8028c98276680045d897898af6bbb291b0')
+sha512sums=('309cc2c73337079414df2b8491ffa379c02e8c658b8c0bc886e45bb8ea22a8ef9284ca7d940201717a35e002ae116571acf6f3f57ef02805e0c397494e574a0b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.12/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     
@@ -36,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || warning "https://github.com/thsutton/aeson-diff/issues/48"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list