Date: Friday, September 28, 2018 @ 14:12:00 Author: felixonmars Revision: 387238
upgpkg: haskell-http-types 0.12.2-1 rebuild with http-types 0.12.2 Modified: haskell-http-types/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-28 14:04:13 UTC (rev 387237) +++ PKGBUILD 2018-09-28 14:12:00 UTC (rev 387238) @@ -3,8 +3,8 @@ _hkgname=http-types pkgname=haskell-http-types -pkgver=0.12.1 -pkgrel=23 +pkgver=0.12.2 +pkgrel=1 pkgdesc="Generic HTTP types for Haskell (for both client and server code)." url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('6c5b03eb55c6cdbee43218519b712156e4c73b7feb57ffe105becb5796650c78da75080a1993d951743ce079d21fcfd4c64f60d62a51298a7206014260dfb3fb') +sha512sums=('aa77f93a989f89a32de335fb95cbbf7df126005f7daaed002811c60f6669f6ab0c10fdf1dfb747f00d07102ed31e23dbb1c590a47b7366f24967e038e7da8859') build() { cd $_hkgname-$pkgver
