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

Felix Yan felixonmars at archlinux.org
Wed Aug 26 17:36:28 UTC 2020


    Date: Wednesday, August 26, 2020 @ 17:36:27
  Author: felixonmars
Revision: 688998

upgpkg: haskell-snap-server 1.1.1.2-90: rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-26 17:32:18 UTC (rev 688997)
+++ PKGBUILD	2020-08-26 17:36:27 UTC (rev 688998)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.1.2
-pkgrel=89
+pkgrel=90
 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;s/< *1.2/<2/' $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list