diff --git a/.SRCINFO b/.SRCINFO index 851b2ff6b02d..901499d334c2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pgadmin4-bin 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 - pkgrel = 2 + pkgver = 9.12 + pkgrel = 1 url = https://www.pgadmin.org arch = x86_64 license = PostgreSQL @@ -13,9 +13,9 @@ pkgbase = pgadmin4-bin conflicts = pgadmin4-server conflicts = pgadmin4-desktop conflicts = pgadmin4-web - source = pgadmin4-server-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-server-9.11-x86_64.pkg.tar.zst - source = pgadmin4-desktop-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-desktop-9.11-x86_64.pkg.tar.zst - source = pgadmin4-web-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-web-9.11-x86_64.pkg.tar.zst + source = pgadmin4-server-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-server-9.12-x86_64.pkg.tar.zst + source = pgadmin4-desktop-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-desktop-9.12-x86_64.pkg.tar.zst + source = pgadmin4-web-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-web-9.12-x86_64.pkg.tar.zst sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index aab553b9032f..25d3e66d057e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=pgadmin4-bin -pkgver=9.11 -pkgrel=2 +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') url='https://www.pgadmin.org'