[arch-commits] Commit in c2hs/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Apr 2 03:32:13 UTC 2016
Date: Saturday, April 2, 2016 @ 05:32:12
Author: fyan
Revision: 169201
upgpkg: c2hs 0.28.1-1
Modified:
c2hs/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-02 03:30:06 UTC (rev 169200)
+++ PKGBUILD 2016-04-02 03:32:12 UTC (rev 169201)
@@ -3,8 +3,8 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=c2hs
-pkgver=0.27.1
-pkgrel=3
+pkgver=0.28.1
+pkgrel=1
pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
url="https://github.com/haskell/c2hs"
license=("GPL2")
@@ -13,12 +13,8 @@
makedepends=("ghc=7.10.3" "haskell-dlist" "haskell-language-c")
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('668af07f261c7c6c2537921ba58870cfb1114b33670f2c182e6f9a8794ffe41f')
+sha256sums=('95b04ef42cf43a1078e9c8a4bf9264dd26e8653b441b3fb7f2296c8b3a0752bb')
-prepare() {
- sed -i 's/language-c >= 0.4.7 && < 0.5,/language-c >= 0.4.7 \&\& < 0.6,/' ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list