Date: Monday, September 26, 2022 @ 05:45:58
  Author: felixonmars
Revision: 1311385

upgpkg: postgrest 9.0.1-53: rebuild with optparse-applicative 0.17.0.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 05:45:57 UTC (rev 1311384)
+++ PKGBUILD    2022-09-26 05:45:58 UTC (rev 1311385)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=9.0.1
-pkgrel=52
+pkgrel=53
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")
@@ -27,7 +27,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u hasql -u hspec -u HTTP -u lens $pkgname.cabal
+    uusi -u hasql -u hspec -u HTTP -u lens -u optparse-applicative 
$pkgname.cabal
 
     # TODO: not a proper fix. probably newly added "column" should be shown too
     sed -i 's/SQL.RowError i/SQL.RowError i _/' src/PostgREST/Error.hs

Reply via email to