[arch-commits] Commit in haskell-snap-server/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 17 07:12:17 UTC 2018


    Date: Wednesday, October 17, 2018 @ 07:12:17
  Author: felixonmars
Revision: 394981

upgpkg: haskell-snap-server 1.1.0.0-62

rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 07:09:19 UTC (rev 394980)
+++ PKGBUILD	2018-10-17 07:12:17 UTC (rev 394981)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=61
+pkgrel=62
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server"
 license=('custom:BSD3')
@@ -22,7 +22,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' -e 's/< *0.6/<1/' -e 's/< *4.12/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list