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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 05:34:28 UTC 2020


    Date: Sunday, April 26, 2020 @ 05:34:27
  Author: felixonmars
Revision: 621393

upgpkg: postgrest 7.0.0-21: rebuild with base64-bytestring 1.1.0.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 05:16:34 UTC (rev 621392)
+++ PKGBUILD	2020-04-26 05:34:27 UTC (rev 621393)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.0
-pkgrel=20
+pkgrel=21
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -30,7 +30,7 @@
 prepare() {
     cd $pkgname-$pkgver
     patch -p1 -i ../$pkgname-protolude-0.3.patch || :
-    sed -i 's/< *4.1/<5/;s/< *0.3/<1/' $pkgname.cabal
+    sed -i 's/< *4.1/<5/;s/< *0.3/<1/;s/< *1.1/<2/' $pkgname.cabal
     sed -i -e '/ fail /d' src/PostgREST/Config.hs
     sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
 }



More information about the arch-commits mailing list