Date: Monday, January 2, 2017 @ 21:56:54 Author: felixonmars Revision: 204485
upgpkg: haskell-monad-journal 0.7.2-10 rebuild with hashable-1.2.5.0 Modified: haskell-monad-journal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 21:54:59 UTC (rev 204484) +++ PKGBUILD 2017-01-02 21:56:54 UTC (rev 204485) @@ -5,7 +5,7 @@ _hkgname=monad-journal pkgname=haskell-monad-journal pkgver=0.7.2 -pkgrel=9 +pkgrel=10 pkgdesc="Pure logger typeclass and monad transformer" url="http://github.com/phaazon/monad-journal" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-either" "haskell-monad-control" "haskell-mtl" "haskell-transformers-base") -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=('72b1a676bd994198544c4861a05b1d1b4f7ae55ea35a837cace539b8d6c69d08') build() {
