Date: Wednesday, December 21, 2016 @ 06:53:25 Author: felixonmars Revision: 200640
upgpkg: haskell-yesod-default 1.2.0-86 rebuild with memory-0.14 Modified: haskell-yesod-default/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 06:51:09 UTC (rev 200639) +++ PKGBUILD 2016-12-21 06:53:25 UTC (rev 200640) @@ -5,13 +5,13 @@ _hkgname=yesod-default pkgname=haskell-yesod-default pkgver=1.2.0 -pkgrel=85 +pkgrel=86 pkgdesc="Default config and main functions for your yesod application (deprecated)" url="http://www.yesodweb.com/" license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-yesod-core") -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=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96') build() {
