Date: Sunday, January 8, 2017 @ 00:11:11 Author: felixonmars Revision: 206062
upgpkg: hindent 5.2.2-1 Modified: hindent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-07 23:56:52 UTC (rev 206061) +++ PKGBUILD 2017-01-08 00:11:11 UTC (rev 206062) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <arch-hask...@haskell.org> pkgname=hindent -pkgver=5.2.1 -pkgrel=7 +pkgver=5.2.2 +pkgrel=1 pkgdesc="Extensible Haskell pretty printer" url="http://www.github.com/chrisdone/hindent" license=("custom:BSD3") @@ -14,7 +14,7 @@ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" "haskell-text" "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml") source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53') +sha256sums=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d') build() { cd "${srcdir}/${pkgname}-${pkgver}"