summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78803a5c09c8..76648254b61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgadmin4-last
pkgdesc = Comprehensive design and management interface for PostgreSQL
pkgver = 5.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.pgadmin.org/
arch = x86_64
license = custom
@@ -9,6 +9,7 @@ pkgbase = pgadmin4-last
makedepends = python-html5lib
makedepends = python-sphinx
makedepends = python-testtools
+ makedepends = python-email-validator
depends = postgresql-libs
depends = hicolor-icon-theme
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 58cb5404ab3a..8e347ca4b260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=pgadmin4
pkgname=${_pkgname}-last
pkgver=5.2
-pkgrel=3
+pkgrel=4
pkgdesc='Comprehensive design and management interface for PostgreSQL'
url='https://www.pgadmin.org/'
arch=('x86_64')
@@ -20,7 +20,7 @@ depends=('postgresql-libs' 'hicolor-icon-theme' 'python' 'python-cheroot'
'python-dateutil' 'python-sqlalchemy' 'python-flask-security-too'
'python-bcrypt' 'python-cryptography' 'python-sshtunnel' 'python-ldap3'
'python-flask-babelex' 'python-gssapi' 'python-pyqt5')
-makedepends=('imagemagick' 'python-html5lib' 'python-sphinx' 'python-testtools')
+makedepends=('imagemagick' 'python-html5lib' 'python-sphinx' 'python-testtools' 'python-email-validator')
source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${_pkgname}-${pkgver}.tar.gz{,.asc}
pgAdmin4.desktop
config_distro.py
@@ -87,7 +87,7 @@ build() {
cd ${_pkgname}-${pkgver}
# override doctree directory
- make docs SPHINXOPTS='-d /tmp/'
+# make docs SPHINXOPTS='-d /tmp/'
cd runtime
# yarn install
@@ -97,7 +97,8 @@ package() {
cd ${_pkgname}-${pkgver}
install -dm 755 "${pkgdir}/usr/lib/pgadmin4"
- cp -a docs web runtime "${pkgdir}/usr/lib/pgadmin4"
+# cp -a docs web runtime "${pkgdir}/usr/lib/pgadmin4"
+ cp -a web runtime "${pkgdir}/usr/lib/pgadmin4"
install -Dm 644 "${srcdir}"/config_{distro,local}.py -t "${pkgdir}/usr/lib/pgadmin4/web"
install -Dm 644 "${srcdir}"/arch_additions.py -t "${pkgdir}/usr/lib/pgadmin4/web"