Date: Thursday, March 9, 2017 @ 04:54:52 Author: felixonmars Revision: 215342
upgpkg: haskell-safe-exceptions 0.1.5.0-1 rebuild with safe-exceptions,0.1.5.0 Modified: haskell-safe-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-09 04:52:30 UTC (rev 215341) +++ PKGBUILD 2017-03-09 04:54:52 UTC (rev 215342) @@ -3,7 +3,7 @@ _hkgname=safe-exceptions pkgname=haskell-safe-exceptions -pkgver=0.1.4.0 +pkgver=0.1.5.0 pkgrel=1 pkgdesc="Safe, consistent, and easy exception handling" url="https://github.com/fpco/safe-exceptions" @@ -10,8 +10,8 @@ license=('MIT') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-exceptions') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('2f65080043e52d122398944ef7f906b9') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +md5sums=('e38f0a15780091c951444b2ba5c9fa1e') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
