[arch-commits] Commit in haskell-language-c/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Mar 3 15:46:12 UTC 2016
Date: Thursday, March 3, 2016 @ 16:46:12
Author: fyan
Revision: 164500
upgpkg: haskell-language-c 0.5.0-1
Modified:
haskell-language-c/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-03 15:37:21 UTC (rev 164499)
+++ PKGBUILD 2016-03-03 15:46:12 UTC (rev 164500)
@@ -4,10 +4,10 @@
_hkgname=language-c
pkgname=haskell-language-c
-pkgver=0.4.7
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Analysis and generation of C code"
-url="http://www.sivity.net/projects/language.c/"
+url="http://visq.github.io/language-c/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
makedepends=('happy' 'alex')
@@ -15,7 +15,7 @@
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=('5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4')
+sha256sums=('86d58bc017a7bba157fc4d5d0ab9e3a3d3f3a2f98bfe46b5b0d5d72a0f5d2222')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list