Date: Sunday, April 23, 2017 @ 02:32:10 Author: felixonmars Revision: 224465
upgpkg: haskell-th-expand-syns 0.4.3.0-1 rebuild with th-expand-syns,0.4.3.0 Modified: haskell-th-expand-syns/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-23 02:30:11 UTC (rev 224464) +++ PKGBUILD 2017-04-23 02:32:10 UTC (rev 224465) @@ -3,7 +3,7 @@ _hkgname=th-expand-syns pkgname=haskell-th-expand-syns -pkgver=0.4.2.0 +pkgver=0.4.3.0 pkgrel=1 pkgdesc="Expands type synonyms in Template Haskell ASTs" url="https://hackage.haskell.org/package/th-expand-syns" @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-syb') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('33b8654b97f422c6278c9175f9fb1a61') +sha512sums=('1f1125315292e0ce2d1e4b6a85788e3d66c9e7b6a2748be742927f9ddb501c2e2032f687ba81c67140411362e218ce4a2469ff9dcc35bb4cd213cb31f171ee47') build() { cd "${srcdir}/${_hkgname}-${pkgver}"