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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 03:30:18 UTC 2017


    Date: Thursday, February 9, 2017 @ 03:30:17
  Author: felixonmars
Revision: 211338

upgpkg: haskell-src-exts 1.18.2-3

rebuild with cpphs,1.20.3

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 03:13:34 UTC (rev 211337)
+++ PKGBUILD	2017-02-09 03:30:17 UTC (rev 211338)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
 pkgver=1.18.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts"
 license=("custom:BSD")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-cpphs")
 makedepends=('happy')
-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=('31583804dcec5c200bcf184db8a2eb33fdcc3354b011c6485370be63b2710943')
 
 build() {



More information about the arch-commits mailing list