[arch-commits] Commit in haskell-cpphs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Feb 9 03:13:16 UTC 2017
Date: Thursday, February 9, 2017 @ 03:13:15
Author: felixonmars
Revision: 211336
upgpkg: haskell-cpphs 1.20.3-1
rebuild with cpphs,1.20.3
Modified:
haskell-cpphs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-09 02:40:50 UTC (rev 211335)
+++ PKGBUILD 2017-02-09 03:13:15 UTC (rev 211336)
@@ -4,7 +4,7 @@
_hkgname=cpphs
pkgname=haskell-cpphs
-pkgver=1.20.2
+pkgver=1.20.3
pkgrel=1
pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
url="http://projects.haskell.org/cpphs/"
@@ -11,8 +11,8 @@
license=("LGPL")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" "haskell-polyparse")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dcb1d712a0f867c8a4fdd6e4ce7cbd33ce7912c76ac2db3a6157933fad8629db')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('c63f0edb351f0977c2af6ad17c7164c44dc7c7499c0effe91d839fc7973dad91')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list