Date: Tuesday, April 11, 2017 @ 17:32:34 Author: felixonmars Revision: 222308
upgpkg: haskell-base-orphans 0.6-1 rebuild with base-orphans,0.6 Modified: haskell-base-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-11 16:50:33 UTC (rev 222307) +++ PKGBUILD 2017-04-11 17:32:34 UTC (rev 222308) @@ -4,15 +4,15 @@ _hkgname=base-orphans pkgname=haskell-base-orphans -pkgver=0.5.4 -pkgrel=2 +pkgver=0.6 +pkgrel=1 pkgdesc="Backwards-compatible orphan instances for base" url="https://github.com/haskell-compat/base-orphans#readme" license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('04075283606b3633f4b0c72f849a6df1b0519421ad099d07d3e72de589056263') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('925c1fa075413654c20c32bbe15e613a79aa3dcf6aeec9402c828c050c55bf9078d8acef522c82b792a9792ccb1bfb4d56dce4ffe03d5047c83a05ef123fa402') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
