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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 17:29:26 UTC 2018


    Date: Tuesday, October 16, 2018 @ 17:29:25
  Author: felixonmars
Revision: 394713

upgpkg: haskell-swagger2 2.2.2-65

rebuild with ghc 8.6.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 17:20:32 UTC (rev 394712)
+++ PKGBUILD	2018-10-16 17:29:25 UTC (rev 394713)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.2.2
-pkgrel=64
+pkgrel=65
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("custom:BSD3")
@@ -21,7 +21,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' -e 's/<.*1.4/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' -e 's/<.*1.4/<2/' -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list