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

Felix Yan felixonmars at archlinux.org
Wed Apr 1 20:28:37 UTC 2020


    Date: Wednesday, April 1, 2020 @ 20:28:34
  Author: felixonmars
Revision: 609155

upgpkg: haskell-swagger2 2.5-7: rebuild with QuickCheck 2.14

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 20:15:20 UTC (rev 609154)
+++ PKGBUILD	2020-04-01 20:28:34 UTC (rev 609155)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.5
-pkgrel=6
+pkgrel=7
 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/' $_hkgname.cabal
+    sed -i -e 's/< *4.19/<4.20/;s/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list