Date: Tuesday, April 25, 2017 @ 16:50:55 Author: felixonmars Revision: 225317
upgpkg: haskell-zip-archive 0.3.0.6-1 rebuild with zip-archive,0.3.0.6 Modified: haskell-zip-archive/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-25 16:10:45 UTC (rev 225316) +++ PKGBUILD 2017-04-25 16:50:55 UTC (rev 225317) @@ -4,8 +4,8 @@ _hkgname=zip-archive pkgname=haskell-zip-archive -pkgver=0.3.0.5 -pkgrel=2 +pkgver=0.3.0.6 +pkgrel=1 pkgdesc="Library for creating and modifying zip archives." url="http://github.com/jgm/zip-archive" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-digest" "haskell-mtl" "haskell-old-time" "haskell-temporary" "haskell-text" "haskell-zlib") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('dc83366e44d735df4088eb174c02c35a522e6228c04fecc35fe9493299fc97c7') +sha512sums=('c72c4c801a8093fc7b399c06e6282aeb77f9cf14332155638aa1f0d2954871a69eb0a6e56dce01dfb651722b82842e6f5b134513137538679a0cf383ae2b23ca') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
