diff --git a/.SRCINFO b/.SRCINFO index be3e6dcf8192..d1d4b2e7cd09 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = pgadmin4 pkgdesc = Installs all required components to run pgAdmin in desktop and web modes. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. - pkgver = 9.11 + pkgver = 9.12 pkgrel = 1 url = https://www.pgadmin.org arch = x86_64 arch = arm license = PostgreSQL - depends = pgadmin4-server>=9.11-1 - depends = pgadmin4-desktop>=9.11-1 - depends = pgadmin4-web>=9.11-1 + depends = pgadmin4-server>=9.12-1 + depends = pgadmin4-desktop>=9.12-1 + depends = pgadmin4-web>=9.12-1 pkgname = pgadmin4 diff --git a/PKGBUILD b/PKGBUILD index 32ce2b896f43..d30349e15ed0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=pgadmin4 -pkgver=9.11 +pkgver=9.12 pkgrel=1 pkgdesc='Installs all required components to run pgAdmin in desktop and web modes. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.' arch=('x86_64' 'arm')