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

Dan McGee dan at archlinux.org
Thu Jan 7 03:28:34 UTC 2016


    Date: Thursday, January 7, 2016 @ 04:28:34
  Author: dan
Revision: 257591

upgpkg: postgresql 9.5.0-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-07 03:26:27 UTC (rev 257590)
+++ PKGBUILD	2016-01-07 03:28:34 UTC (rev 257591)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.4.5
+pkgver=9.5.0
 _majorver=${pkgver%.*}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -14,20 +14,20 @@
         postgresql-run-socket.patch
         postgresql.pam postgresql.logrotate
         postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir)
-md5sums=('8b2e3472a8dc786649b4d02d02e039a0'
+md5sums=('e58fffe9359e311ead94490a06b7147c'
          '75c579eed03ffb2312631f0b649175b4'
          '96f82c38f3f540b53f3e5144900acf17'
          'd28e443f9f65a5712c52018b84e27137'
          '62531980a17de901ce0105a8ff1fd154'
          '1c5a1f99e8e93776c593c468e2612985'
-         'ba9b7d804500dffc095eac78c4a2a00f')
-sha256sums=('b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39'
+         '937eec7aabce171bc9d1eab65c560bcb')
+sha256sums=('f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc'
             '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
             '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
             '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
             '456c331d10b987c2bb7b4a9b42192ffae5b6b2c72829d16b20f39c5897b79d62'
             '7e086d70e0dcaa6ce45693b4e826ce92d770192b3aff5642319b1ef279d88dc4'
-            'f15418433b7d9a153eea22af58cc64fda462144d7039d1083ae1e2e489cc303a')
+            '20a8716745ff3690275ff088ea394d397063d4c5e159ca26d0d91462146bc74b')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"

Modified: postgresql-check-db-dir
===================================================================
--- postgresql-check-db-dir	2016-01-07 03:26:27 UTC (rev 257590)
+++ postgresql-check-db-dir	2016-01-07 03:28:34 UTC (rev 257591)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=9.4
+PGMAJORVERSION=9.5
 # PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.3
+PREVMAJORVERSION=9.4
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]



More information about the arch-commits mailing list