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

Felix Yan felixonmars at archlinux.org
Tue Nov 27 14:19:54 UTC 2018


    Date: Tuesday, November 27, 2018 @ 14:19:53
  Author: felixonmars
Revision: 409933

upgpkg: haskell-aeson 1.4.2.0-1

rebuild with aeson 1.4.2.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 14:19:39 UTC (rev 409932)
+++ PKGBUILD	2018-11-27 14:19:53 UTC (rev 409933)
@@ -4,8 +4,8 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.4.1.0
-pkgrel=8
+pkgver=1.4.2.0
+pkgrel=1
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
 url="https://github.com/bos/aeson"
 license=("GPL")
@@ -19,11 +19,11 @@
              'haskell-hashable-time' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('b2e6451579b56fafb78a1e1667430979da124817429f50b0549858d7a4957a25a26eb722364ef0bdb99d914eb9bb2afa2e0d33f51744910b179a58be26c81dd7')
+sha512sums=('b413a0f3c35e7598b297a622f744de4133d7f784893bfa274356c156f74aeeb37cc2344c7f2adf13d4c41403d07708f37bb93bfbc78edb9ea74dc297fadb15b7')
 
 prepare() {
   cd $_hkgname-$pkgver
-  sed -i 's/<.*0.8/<1/' $_hkgname.cabal
+  sed -i 's/< *0.8/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list