[arch-commits] Commit in purescript/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Aug 7 07:33:24 UTC 2017


    Date: Monday, August 7, 2017 @ 07:33:23
  Author: felixonmars
Revision: 249312

upgpkg: purescript 0.11.6-23

rebuild with blaze-html,0.9.0.1 blaze-markup,0.8.0.0

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-07 07:14:58 UTC (rev 249311)
+++ PKGBUILD	2017-08-07 07:33:23 UTC (rev 249312)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.6
-pkgrel=22
+pkgrel=23
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/"
 license=("custom:BSD3")
@@ -28,7 +28,9 @@
 sha512sums=('98a82eb3468c79cc0d0f4adf52879814680f06c40bf443e6ec10a1797ddcbf87b627423714a6d392139fb28a1fb1971a839e24d91f5dd89b8d0ead25ba2eb6a0')
 
 prepare() {
-    sed -i 's/aeson >=1.0 && <1.1/aeson >=1.0/' ${pkgname}-${pkgver}/${pkgname}.cabal
+    sed -e 's/aeson >=1.0 && <1.1/aeson >=1.0/' \
+        -e 's/, blaze-html >=0.8.1 && <0.9/, blaze-html >=0.8.1/' \
+        -i ${pkgname}-${pkgver}/${pkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list