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

Felix Yan felixonmars at archlinux.org
Mon Jan 13 19:48:32 UTC 2020


    Date: Monday, January 13, 2020 @ 19:48:32
  Author: felixonmars
Revision: 552432

upgpkg: haskell-snap-server 1.1.1.1-89: rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 19:43:11 UTC (rev 552431)
+++ PKGBUILD	2020-01-13 19:48:32 UTC (rev 552432)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=88
+pkgrel=89
 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/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' -e 's/< *4/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list