[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jun 15 13:40:28 UTC 2013


    Date: Saturday, June 15, 2013 @ 15:40:28
  Author: jlichtblau
Revision: 92820

upgpkg: postgis 2.0.3-1

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

-------------------+
 PKGBUILD          |   10 +++++-----
 postgis.changelog |    3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 13:06:25 UTC (rev 92819)
+++ PKGBUILD	2013-06-15 13:40:28 UTC (rev 92820)
@@ -4,21 +4,21 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=postgis
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('i686' 'x86_64')
-url="http://postgis.org/"
+url="http://postgis.net/"
 license=('GPL')
 depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
 changelog=$pkgname.changelog
 options=('!libtool')
-source=("http://postgis.org/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
+  
   ./configure --prefix=/usr
   make
 

Modified: postgis.changelog
===================================================================
--- postgis.changelog	2013-06-15 13:06:25 UTC (rev 92819)
+++ postgis.changelog	2013-06-15 13:40:28 UTC (rev 92820)
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.3-1
+
 2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
     * postgis-2.0.2-1
 




More information about the arch-commits mailing list