Date: Wednesday, December 21, 2016 @ 15:05:29 Author: felixonmars Revision: 200814
upgpkg: haskell-path 0.5.11-1 rebuild with path-0.5.11 Modified: haskell-path/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 15:02:48 UTC (rev 200813) +++ PKGBUILD 2016-12-21 15:05:29 UTC (rev 200814) @@ -4,15 +4,15 @@ _hkgname=path pkgname=haskell-path -pkgver=0.5.9 -pkgrel=4 +pkgver=0.5.11 +pkgrel=1 pkgdesc="Path" -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-aeson" "haskell-exceptions") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('e67982fe579b6318def4769db9a7a3ae07ac7b67b4e8d6326f568cb72aafa727') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('bf0d9ea00271017893f59d5e136cb22116278220899609104d7906635286ac14') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
