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

Felix Yan felixonmars at archlinux.org
Sat Mar 21 19:04:59 UTC 2020


    Date: Saturday, March 21, 2020 @ 19:04:56
  Author: felixonmars
Revision: 603018

upgpkg: haskell-snap-server 1.1.1.1-170: rebuild with network 3.1.1.1, network-bsd 2.8.1.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 19:00:33 UTC (rev 603017)
+++ PKGBUILD	2020-03-21 19:04:56 UTC (rev 603018)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=169
+pkgrel=170
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server"
 license=('BSD')
@@ -22,7 +22,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' -e 's/< *4/<5/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' -e 's/< *4/<5/' -e 's/< *3.1/<4/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list