[arch-commits] Commit in haskell-lucid/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 07:47:14 UTC 2020
Date: Friday, April 24, 2020 @ 07:47:14
Author: felixonmars
Revision: 618992
upgpkg: haskell-lucid 2.9.12-27: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0
Modified:
haskell-lucid/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 07:45:37 UTC (rev 618991)
+++ PKGBUILD 2020-04-24 07:47:14 UTC (rev 618992)
@@ -3,7 +3,7 @@
_hkgname=lucid
pkgname=haskell-lucid
pkgver=2.9.12
-pkgrel=26
+pkgrel=27
pkgdesc="Clear to write, read and edit DSL for HTML"
url="https://github.com/chrisdone/lucid"
license=('BSD')
@@ -14,6 +14,11 @@
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('d26bd0889032482d91c69f23b237437a9ab133e87143364f9b134434bdd5cc849b6393f837f6096410dae51058a47e444c2d4b04a56e8f4f64d5104732180a54')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list