Date: Monday, January 11, 2016 @ 12:22:40 Author: fyan Revision: 155965
upgpkg: haskell-hunit 1.3.1.0-1 Modified: haskell-hunit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-11 11:17:41 UTC (rev 155964) +++ PKGBUILD 2016-01-11 11:22:40 UTC (rev 155965) @@ -4,8 +4,8 @@ _hkgname=HUnit pkgname=haskell-hunit -pkgver=1.3.0.0 -pkgrel=2 +pkgver=1.3.1.0 +pkgrel=1 pkgdesc="A unit testing framework for Haskell" url="http://hunit.sourceforge.net/" license=("custom:BSD3") @@ -14,7 +14,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('e130db953a2310d2c256a3923af0250be6ea19317f7d369b56d48f84cf96a55c') +sha256sums=('8d8075152b5123ca20523d86f2f33c3523ee6857cc748cec88f1e30be47abe0f') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
