Date: Thursday, May 7, 2020 @ 13:36:05
  Author: felixonmars
Revision: 625355

upgpkg: haskell-yaml 0.11.4.0-1: rebuild with yaml 0.11.4.0

Modified:
  haskell-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-07 13:33:55 UTC (rev 625354)
+++ PKGBUILD    2020-05-07 13:36:05 UTC (rev 625355)
@@ -3,8 +3,8 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.11.3.0
-pkgrel=18
+pkgver=0.11.4.0
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/";
 license=("BSD")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 
'haskell-base-compat'
              'haskell-raw-strings-qq' 'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('c6635ce4258ced046688fb88aa1f9137f69d928519bc9cd5500125b99e28aa17af0bbafe0261a8c239b8113f5aa6431a5094d46043f0e0531a6c65b805aaf996')
+sha512sums=('bed04ff53a7ebce6fc117fc1986e9ff95cae6f2de0e050b0f8607abc42d057e34a31e0cbda23def6a0caf15eb20b946af8869daf7e6df9c5797ce241057bb5fc')
 
 build() {
     cd $_hkgname-$pkgver

Reply via email to