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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 11:23:21 UTC 2020


    Date: Friday, April 24, 2020 @ 11:23:20
  Author: felixonmars
Revision: 619254

upgpkg: haskell-swagger2 2.5-15: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 11:18:13 UTC (rev 619253)
+++ PKGBUILD	2020-04-24 11:23:20 UTC (rev 619254)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.5
-pkgrel=14
+pkgrel=15
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.19/<4.20/;s/< *2.14/<3/;s/< *0.3/<1/' $_hkgname.cabal
+    sed -i -e 's/< *4.1/<4.20/;s/< *2.1/<3/;s/< *0.3/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list