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

Felix Yan felixonmars at archlinux.org
Tue Sep 18 09:18:58 UTC 2018


    Date: Tuesday, September 18, 2018 @ 09:18:57
  Author: felixonmars
Revision: 382968

upgpkg: haskell-yaml 0.10.2.0-1

rebuild with yaml 0.10.2.0

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 08:56:04 UTC (rev 382967)
+++ PKGBUILD	2018-09-18 09:18:57 UTC (rev 382968)
@@ -3,8 +3,8 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.10.1.1
-pkgrel=10
+pkgver=0.10.2.0
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/"
 license=("custom:BSD3")
@@ -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=('92f9ad9b20350b5ecf8969a2a9493229ae48b74d24318edf0fe41b9b319746046995fb79d242dbe3064a7b2f896260917eed1333e2139009247bfbd215e70aa8')
+sha512sums=('65d0cfa59d38fe5139c1cf886326be66efef3dc3c3b4565694e109c54d13b6f875bd95c22150108fbb0c7455cdf1708a15532a998d7796fd1c8536ad578ed3d0')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list