Date: Tuesday, February 21, 2017 @ 06:02:52 Author: felixonmars Revision: 213244
upgpkg: haskell-code-page 0.1.2-1 rebuild with code-page,0.1.2 Modified: haskell-code-page/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-21 05:06:04 UTC (rev 213243) +++ PKGBUILD 2017-02-21 06:02:52 UTC (rev 213244) @@ -4,7 +4,7 @@ _hkgname=code-page pkgname=haskell-code-page -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="Windows code page library for Haskell" url="https://github.com/RyanGlScott/code-page" @@ -11,8 +11,8 @@ license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('9dc7f9e2ddf0eb339ec38a4123c38abb') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +md5sums=('d38fa20631a4cdcce7052d8c706cf70a') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
