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

Felix Yan felixonmars at archlinux.org
Mon Mar 13 07:11:42 UTC 2017


    Date: Monday, March 13, 2017 @ 07:11:41
  Author: felixonmars
Revision: 216020

upgpkg: haskell-language-c 0.6.1-1

rebuild with language-c,0.6.1 c2hs,0.28.2

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-13 06:35:14 UTC (rev 216019)
+++ PKGBUILD	2017-03-13 07:11:41 UTC (rev 216020)
@@ -4,8 +4,8 @@
 
 _hkgname=language-c
 pkgname=haskell-language-c
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="Analysis and generation of C code"
 url="http://visq.github.io/language-c/"
 license=("custom:BSD3")
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 makedepends=('happy' 'alex')
 depends=("ghc=8.0.1" "haskell-syb")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('86d58bc017a7bba157fc4d5d0ab9e3a3d3f3a2f98bfe46b5b0d5d72a0f5d2222')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('23cadc9d04e46490ec57f56b79ecdc2a709ebf57571345905e6e30db29fa37e8')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list