Date: Sunday, July 17, 2016 @ 02:22:56 Author: felixonmars Revision: 183007
upgpkg: hindent 4.6.4-1 Modified: hindent/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-16 21:11:48 UTC (rev 183006) +++ PKGBUILD 2016-07-17 02:22:56 UTC (rev 183007) @@ -3,17 +3,17 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hindent -pkgver=4.6.3 -pkgrel=9 +pkgver=4.6.4 +pkgrel=1 pkgdesc="Extensible Haskell pretty printer" url="http://www.github.com/chrisdone/hindent" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('gmp' 'libffi') -makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-descriptive" "haskell-src-exts" - "haskell-monad-loops" "haskell-mtl" "haskell-text") +makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" "haskell-monad-loops" + "haskell-mtl" "haskell-text") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e') +sha256sums=('26fc1498705b8a64b03eb5b699ba6229955273d91a49a01c3c2b58436c8e4dcf') build() { cd "${srcdir}/${pkgname}-${pkgver}"
