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

Jerome Leclanche jleclanche at archlinux.org
Fri Jul 14 16:42:06 UTC 2017


    Date: Friday, July 14, 2017 @ 16:42:05
  Author: jleclanche
Revision: 245109

upgpkg: pgadmin4 1.6-1

Upstream release 1.6

Modified:
  pgadmin4/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-14 16:27:25 UTC (rev 245108)
+++ PKGBUILD	2017-07-14 16:42:05 UTC (rev 245109)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=pgadmin4
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 pkgdesc="Comprehensive design and management interface for PostgreSQL"
 arch=("i686" "x86_64")
 url="https://www.pgadmin.org/"
@@ -16,15 +16,13 @@
 	"config_distro.py"
 	"config_local.py"
 	# https://www.postgresql.org/message-id/CAMQ-g0dHUN2SFioNg93hCTJkRR3LsVZ-ZvhUh6in%2BO4UAU2Qow%40mail.gmail.com
-	"0001-Simplify-Server-s-python-setup.patch"
 )
 sha256sums=(
-	"a814d926e9af046ff8ebaf968ec37da8f26ba012de2bff655630703ed2c6bf5c"
+	"514c021994c91eb9adb4a42edcec12974b473175289d48a5824b8c0f4e15e0c8"
 	"SKIP"
 	"9a39a321fa5a7fcf4f7f7abf6872de6de537800212e9f6f4902ed37b806765b7"
 	"510c11bf26fa335548ec4c582bc9f5a5242b8e03f3cb0b7c19e6bfd12b6d663c"
 	"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
-	"f6a3268c0a4b88d6c06d6c92e307dece1f2e3d2ab9d80339395f525cbf23c93e"
 )
 validpgpkeys=(
 	"E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519"
@@ -33,7 +31,6 @@
 
 prepare() {
 	cd "$pkgname-$pkgver"
-	patch -Np1 -i "../0001-Simplify-Server-s-python-setup.patch"
 	convert runtime/pgAdmin4.{ico,png}
 
 	/usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv"



More information about the arch-commits mailing list