[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 13:36:21 UTC 2016
Date: Thursday, December 22, 2016 @ 13:36:20
Author: felixonmars
Revision: 201024
upgpkg: haskell-pandoc-types 1.17.0.4-2
rebuild with aeson-1.0.2.1
Modified:
haskell-pandoc-types/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 13:30:37 UTC (rev 201023)
+++ PKGBUILD 2016-12-22 13:36:20 UTC (rev 201024)
@@ -5,13 +5,13 @@
_hkgname=pandoc-types
pkgname=haskell-pandoc-types
pkgver=1.17.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Types for representing a structured document"
url="http://johnmacfarlane.net/pandoc"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-aeson" "haskell-quickcheck" "haskell-syb")
-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=('531996e547714e34a2e4134e9e80dad9929bbc6814ebb5515f95538fa76c3f74')
build() {
More information about the arch-commits
mailing list