Date: Wednesday, December 21, 2016 @ 15:18:14 Author: felixonmars Revision: 200820
upgpkg: haskell-path-io 1.2.0-8 rebuild with path-0.5.11 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 15:16:47 UTC (rev 200819) +++ PKGBUILD 2016-12-21 15:18:14 UTC (rev 200820) @@ -6,13 +6,13 @@ pkgname=haskell-path-io _hkgname=path-io pkgver=1.2.0 -pkgrel=7 +pkgrel=8 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" 'haskell-exceptions' 'haskell-path' 'haskell-temporary' 'haskell-unix-compat') -source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") md5sums=('3f8c1f84fecc29f3e0eb7857e1c9e000') build() {
