Date: Saturday, February 8, 2020 @ 14:19:28 Author: felixonmars Revision: 564586
upgpkg: haskell-libyaml 0.1.2-1: rebuild with libyaml 0.1.2 Modified: haskell-libyaml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-08 14:03:40 UTC (rev 564585) +++ PKGBUILD 2020-02-08 14:19:28 UTC (rev 564586) @@ -2,8 +2,8 @@ _hkgname=libyaml pkgname=haskell-libyaml -pkgver=0.1.1.1 -pkgrel=23 +pkgver=0.1.2 +pkgrel=1 pkgdesc="Low-level, streaming YAML interface." url="https://github.com/snoyberg/libyaml" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'libyaml' 'haskell-conduit' 'haskell-resourcet') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('d3a7848f77c20f2c6de2efa0fece4ae18309d58959ed98cc69810cd3b0a9d6bae053d6205dd5c1f12a69494f01ff64fd24015f05f854b3a4e8dbb3089fb9c6d4') +sha512sums=('0423fb36f1fdeeb89244a81930558ad272f8ffe8161ced3cc542e180937a1e5f264f188972786830b0bace6851adca796756abe100dffa8cb969eff4cb0e3121') build() { cd $_hkgname-$pkgver
