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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 20:03:55 UTC 2022


    Date: Tuesday, March 22, 2022 @ 20:03:55
  Author: felixonmars
Revision: 1170502

upgpkg: postgrest 8.0.0-151: rebuild with HTTP 4000.4.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 20:02:35 UTC (rev 1170501)
+++ PKGBUILD	2022-03-22 20:03:55 UTC (rev 1170502)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=8.0.0
-pkgrel=150
+pkgrel=151
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -28,7 +28,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u base -u hspec -u lens -u retry $pkgname.cabal
+    uusi -u base -u hspec -u HTTP -u lens -u retry $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list