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

Felix Yan felixonmars at archlinux.org
Wed Apr 22 02:58:15 UTC 2020


    Date: Wednesday, April 22, 2020 @ 02:58:14
  Author: felixonmars
Revision: 617589

upgpkg: haskell-swagger2 2.5-14: rebuild with optics-core 0.3, optics-extra 0.3, optics-th 0.3

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-22 02:54:03 UTC (rev 617588)
+++ PKGBUILD	2020-04-22 02:58:14 UTC (rev 617589)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.5
-pkgrel=13
+pkgrel=14
 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/' $_hkgname.cabal
+    sed -i -e 's/< *4.19/<4.20/;s/< *2.14/<3/;s/< *0.3/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list