summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee1924b905a7..2ff60e8c783d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=postgresql-92-upgrade
pkgver=9.2.24
_majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-url="http://www.postgresql.org/"
+url="https://www.postgresql.org/"
arch=('i686' 'x86_64')
license=('custom:PostgreSQL')
depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'