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

Felix Yan felixonmars at archlinux.org
Mon May 25 17:59:43 UTC 2020


    Date: Monday, May 25, 2020 @ 17:59:43
  Author: felixonmars
Revision: 634697

upgpkg: postgrest 7.0.1-4: rebuild with aeson 1.5.0.0

Modified:
  postgrest/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 17:51:56 UTC (rev 634696)
+++ PKGBUILD	2020-05-25 17:59:43 UTC (rev 634697)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -28,6 +28,7 @@
 prepare() {
     cd $pkgname-$pkgver
     sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+    sed -i 's/< *1.5/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list