[arch-commits] Commit in haskell-shakespeare/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 22 12:49:59 UTC 2016


    Date: Thursday, December 22, 2016 @ 12:49:58
  Author: felixonmars
Revision: 201006

upgpkg: haskell-shakespeare 2.0.11.2-4

rebuild with aeson-1.0.2.1

Modified:
  haskell-shakespeare/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 12:45:17 UTC (rev 201005)
+++ PKGBUILD	2016-12-22 12:49:58 UTC (rev 201006)
@@ -5,7 +5,7 @@
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
 pkgver=2.0.11.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
          "haskell-exceptions" "haskell-parsec" "haskell-scientific" "haskell-text"
          "haskell-unordered-containers" "haskell-vector")
-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=('536327335c60f144aa372e4e0f163097bb0b435e28438bf7c54f1f22271f71d4')
 
 build() {



More information about the arch-commits mailing list