Date: Saturday, February 11, 2017 @ 16:53:29 Author: felixonmars Revision: 211876
upgpkg: haskell-safe 0.3.13-1 rebuild with safe,0.3.13 Modified: haskell-safe/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-11 16:50:44 UTC (rev 211875) +++ PKGBUILD 2017-02-11 16:53:29 UTC (rev 211876) @@ -4,7 +4,7 @@ _hkgname=safe pkgname=haskell-safe -pkgver=0.3.12 +pkgver=0.3.13 pkgrel=1 pkgdesc="Library of safe (exception free) functions" url="https://github.com/ndmitchell/safe#readme" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('738c849bdc619f9bbcd23f7fc956af2b87a182a9887ac88c1a80895ae931e29e') +sha256sums=('4a75af71313ef98bb66fbb4f1416f6f1220cd37a2c8b1462ed8c5a982a264884') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
