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

Felix Yan felixonmars at archlinux.org
Wed Jun 6 05:45:18 UTC 2018


    Date: Wednesday, June 6, 2018 @ 05:45:18
  Author: felixonmars
Revision: 340767

upgpkg: haskell-snap-server 1.1.0.0-15

rebuild with network 2.7.0.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 05:43:12 UTC (rev 340766)
+++ PKGBUILD	2018-06-06 05:45:18 UTC (rev 340767)
@@ -4,7 +4,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=14
+pkgrel=15
 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 '/bytestring-builder/d' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list