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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 13:58:59 UTC 2016


    Date: Thursday, December 22, 2016 @ 13:58:58
  Author: felixonmars
Revision: 201034

upgpkg: haskell-doctemplates 0.1.0.2-4

rebuild with aeson-1.0.2.1

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 13:56:13 UTC (rev 201033)
+++ PKGBUILD	2016-12-22 13:58:58 UTC (rev 201034)
@@ -4,7 +4,7 @@
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
 pkgver=0.1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates"
 license=("custom:BSD3")
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-markup" "haskell-blaze-html" "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=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
 
 build() {



More information about the arch-commits mailing list