[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql-check-db-dir)

Dan McGee dan at archlinux.org
Sat Oct 29 18:51:34 UTC 2016


    Date: Saturday, October 29, 2016 @ 18:51:34
  Author: dan
Revision: 279453

upgpkg: postgresql 9.6.1-2

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-check-db-dir

-------------------------+
 PKGBUILD                |    6 +++---
 postgresql-check-db-dir |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-29 18:29:16 UTC (rev 279452)
+++ PKGBUILD	2016-10-29 18:51:34 UTC (rev 279453)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.6.1
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/"
 license=('custom:PostgreSQL')
@@ -19,13 +19,13 @@
          '96f82c38f3f540b53f3e5144900acf17'
          'd28e443f9f65a5712c52018b84e27137'
          '5a7933453a572bbe12320b088272ee71'
-         '937eec7aabce171bc9d1eab65c560bcb')
+         'ac707e63c1ac68c7a5c31516ba27b172')
 sha256sums=('e5101e0a49141fc12a7018c6dad594694d3a3325f5ab71e93e0e51bd94e51fcd'
             '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
             '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
             '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
             'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
-            '20a8716745ff3690275ff088ea394d397063d4c5e159ca26d0d91462146bc74b')
+            '2340da0947bcb1c5602008d0ca00588ca0bfa8aca4fa6947a8bdb2c6df800b0e')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"

Modified: postgresql-check-db-dir
===================================================================
--- postgresql-check-db-dir	2016-10-29 18:29:16 UTC (rev 279452)
+++ postgresql-check-db-dir	2016-10-29 18:51:34 UTC (rev 279453)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=9.5
-# PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.4
+PGMAJORVERSION=9.6
+# PREVMAJORVERSION is the previous major version
+PREVMAJORVERSION=9.5
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]



More information about the arch-commits mailing list