summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 18:00:34 +0200
committerGoliathLabs2020-07-12 18:00:34 +0200
commit6aa133278d49335bedcde3c96a16e7b0be137324 (patch)
tree9c3b6b28c60f245275613cc2ca1ee4a7a0bd3012
parentb20245db458f0f65e2b17b3536e096d4d6727527 (diff)
downloadaur-6aa133278d49335bedcde3c96a16e7b0be137324.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6094a4b7e4..9063f4343ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = postgresql-96-upgrade
pkgdesc = PostgreSQL build for migrating between major versions with pg_upgrade
pkgver = 9.6.18
pkgrel = 1
- url = http://www.postgresql.org/
+ url = https://www.postgresql.org/
arch = i686
arch = x86_64
license = custom:PostgreSQL
@@ -17,7 +17,7 @@ pkgbase = postgresql-96-upgrade
provides = postgresql-96-upgrade=9.6
conflicts = postgresql-old-upgrade
conflicts = postgresql-lts-old-upgrade
- source = http://ftp.postgresql.org/pub/source/v9.6.18/postgresql-9.6.18.tar.bz2
+ source = https://ftp.postgresql.org/pub/source/v9.6.18/postgresql-9.6.18.tar.bz2
sha256sums = 517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999
pkgname = postgresql-96-upgrade
diff --git a/PKGBUILD b/PKGBUILD
index 1511b10663f7..d047f19d1de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ _majorver=${pkgver%.*}
pkgrel=1
pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
arch=('i686' 'x86_64')
-url="http://www.postgresql.org/"
+url="https://www.postgresql.org/"
license=('custom:PostgreSQL')
depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
provides=("postgresql-96-upgrade=${_majorver}")
conflicts=('postgresql-old-upgrade' 'postgresql-lts-old-upgrade')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
sha256sums=('517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999')
build() {