Date: Thursday, August 29, 2019 @ 18:31:50 Author: felixonmars Revision: 504982
upgpkg: haskell-yaml 0.11.1.2-1 rebuild with yaml 0.11.1.2 Modified: haskell-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-29 17:39:07 UTC (rev 504981) +++ PKGBUILD 2019-08-29 18:31:50 UTC (rev 504982) @@ -3,8 +3,8 @@ _hkgname=yaml pkgname=haskell-yaml -pkgver=0.11.1.1 -pkgrel=5 +pkgver=0.11.1.2 +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=('38ea9ee9ade167d345f870df39b20fb367dd033b8729355a1f3abdec9b6c9a40b6fabdf89f747edab37a033a09d21af8af8bda284dd474b77f118e62a4a04389') +sha512sums=('c11837110be0d478a8af674ca451d99b3d52272a04160a70b2e97e419ea6651ee664d1400c9b90e73966f984bd5eb3da2b163e116c592183f21aab539e3ec6f6') build() { cd $_hkgname-$pkgver
