Date: Monday, April 24, 2023 @ 18:07:56
  Author: jelle
Revision: 1448567

upgpkg: pgadmin4 4.30-5: python 3.11 rebuild

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 18:04:57 UTC (rev 1448566)
+++ PKGBUILD    2023-04-24 18:07:56 UTC (rev 1448567)
@@ -3,7 +3,7 @@
 
 pkgname=pgadmin4
 pkgver=4.30
-pkgrel=4
+pkgrel=5
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
@@ -109,7 +109,8 @@
   cd ${pkgname}-${pkgver}
   convert +set date:create +set date:modify runtime/pgAdmin4.{ico,png}
   # override doctree directory
-  make docs SPHINXOPTS='-d /tmp/'
+  # override SPHINXBUILD to not treat warnigs as errors
+  make docs SPHINXOPTS='-d /tmp/' SPHINXBUILD=sphinx-build
 
   cd runtime
   export CFLAGS+=" ${CPPFLAGS}"

Reply via email to