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

Dan McGee dan at nymeria.archlinux.org
Tue Sep 10 13:44:49 UTC 2013


    Date: Tuesday, September 10, 2013 @ 15:44:49
  Author: dan
Revision: 194201

Update versions in postgresql-check-db-dir script

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	2013-09-10 13:44:18 UTC (rev 194200)
+++ PKGBUILD	2013-09-10 13:44:49 UTC (rev 194201)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.3.0
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/"
 license=('custom:PostgreSQL')
@@ -20,7 +20,7 @@
          'd28e443f9f65a5712c52018b84e27137'
          '89b48774b0dae7c37fbb0e907c3c1db8'
          '1c5a1f99e8e93776c593c468e2612985'
-         '505e0e4abfc746cae9558584d471a03c')
+         'ea7f9f914900e60835d20cb95010e63c')
 sha256sums=('784e5db7d8fd69b08ddb125c4452211e04b089516359a5cf72d292cade7c728e'
             '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
             '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -27,7 +27,7 @@
             '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
             'c69b614731fdd3f4e127540814f5999f423363523c5209e252e19b1d4362ad68'
             '7e086d70e0dcaa6ce45693b4e826ce92d770192b3aff5642319b1ef279d88dc4'
-            '3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669')
+            'b3ed31e5882e5bdf4515d488d3f2db874ff5561be3091eab29810f831038a888')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"

Modified: postgresql-check-db-dir
===================================================================
--- postgresql-check-db-dir	2013-09-10 13:44:18 UTC (rev 194200)
+++ postgresql-check-db-dir	2013-09-10 13:44:49 UTC (rev 194201)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=9.2
+PGMAJORVERSION=9.3
 # PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.1
+PREVMAJORVERSION=9.2
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]
@@ -35,7 +35,7 @@
     else
         echo $"An old version of the database format was found."
         echo $"You need to dump and reload before using PostgreSQL $PGMAJORVERSION."
-        echo $"See http://www.postgresql.org/docs/9.2/static/upgrading.html"
+        echo $"See http://www.postgresql.org/docs/$PGMAJORVERSION/static/upgrading.html"
         exit 1
     fi
 else




More information about the arch-commits mailing list