From 0ca2c232159326d26af3f6469dfc7cddbccc019b Mon Sep 17 00:00:00 2001 From: Higor Silva Date: Wed, 10 Dec 2025 16:03:39 -0300 Subject: [PATCH] Fix: Update pkgrel --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 949efcdde204..74cbf65d4e89 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pgadmin4-desktop-bin pkgdesc = The desktop user interface for pgAdmin. 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.10 - pkgrel = 1 + pkgrel = 2 url = https://www.pgadmin.org/ arch = x86_64 license = PostgreSQL diff --git a/PKGBUILD b/PKGBUILD index c3b5c84a0ca7..92479b64d2de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=pgadmin4-desktop-bin pkgver=9.10 -pkgrel=1 +pkgrel=2 pkgdesc='The desktop user interface for pgAdmin. 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') license=('PostgreSQL')