Date: Thursday, May 11, 2017 @ 14:09:10 Author: felixonmars Revision: 227801
upgpkg: hindent 5.2.3-1 Modified: hindent/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-11 14:08:43 UTC (rev 227800) +++ PKGBUILD 2017-05-11 14:09:10 UTC (rev 227801) @@ -3,10 +3,10 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hindent -pkgver=5.2.2 -pkgrel=28 +pkgver=5.2.3 +pkgrel=1 pkgdesc="Extensible Haskell pretty printer" -url="http://www.github.com/chrisdone/hindent" +url="https://github.com/commercialhaskell/hindent" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('gmp' 'libffi') @@ -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=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d') +sha512sums=('478c207ffb408e31f15dbc5bf941acdc9116de1c775d393cb59514e4a28354865d808715005a7e6f076b86d4e5f5c0f389059c16d4761ffcec31953d2d88d969') build() { cd "${srcdir}/${pkgname}-${pkgver}"
