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

Felix Yan felixonmars at archlinux.org
Wed May 29 05:49:45 UTC 2019


    Date: Wednesday, May 29, 2019 @ 05:49:45
  Author: felixonmars
Revision: 473621

upgpkg: haskell-snap-server 1.1.1.1-37

rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-29 05:41:47 UTC (rev 473620)
+++ PKGBUILD	2019-05-29 05:49:45 UTC (rev 473621)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.1
-pkgrel=36
+pkgrel=37
 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' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list