Date: Monday, January 2, 2017 @ 22:25:45 Author: felixonmars Revision: 204509
upgpkg: haskell-lrucache 1.2.0.0-16 rebuild with hashable-1.2.5.0 Modified: haskell-lrucache/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 22:23:54 UTC (rev 204508) +++ PKGBUILD 2017-01-02 22:25:45 UTC (rev 204509) @@ -5,13 +5,13 @@ _hkgname=lrucache pkgname=haskell-lrucache pkgver=1.2.0.0 -pkgrel=15 +pkgrel=16 pkgdesc="a simple, pure LRU cache" url="http://github.com/chowells79/lrucache" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-contravariant") -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") sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616') build() {