Date: Wednesday, December 21, 2016 @ 05:58:06 Author: felixonmars Revision: 200622
upgpkg: haskell-yesod 1.4.3.1-23 rebuild with memory-0.14 Modified: haskell-yesod/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 05:54:15 UTC (rev 200621) +++ PKGBUILD 2016-12-21 05:58:06 UTC (rev 200622) @@ -5,7 +5,7 @@ _hkgname=yesod pkgname=haskell-yesod pkgver=1.4.3.1 -pkgrel=22 +pkgrel=23 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") @@ -17,7 +17,7 @@ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml" "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-persistent") -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=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21') build() {
