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

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Aug 22 17:02:18 UTC 2013


    Date: Thursday, August 22, 2013 @ 19:02:18
  Author: alucryd
Revision: 96247

FS#35816: postgis 2.1.0-1

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

-------------------+
 PKGBUILD          |   22 +++++++++-------------
 postgis.changelog |    4 ++++
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-22 16:36:18 UTC (rev 96246)
+++ PKGBUILD	2013-08-22 17:02:18 UTC (rev 96247)
@@ -4,33 +4,29 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=postgis
-pkgver=2.0.3
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://postgis.net/"
 license=('GPL')
-depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
+depends=('postgresql' 'gdal' 'json-c')
 changelog=$pkgname.changelog
 options=('!libtool')
 source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
+sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
+  cd ${pkgname}-${pkgver}
+
   ./configure --prefix=/usr
   make
-
-  # Build utils (FS#25836)
-  cd utils
-  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
 
-  cd utils
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:

Modified: postgis.changelog
===================================================================
--- postgis.changelog	2013-08-22 16:36:18 UTC (rev 96246)
+++ postgis.changelog	2013-08-22 17:02:18 UTC (rev 96247)
@@ -1,3 +1,7 @@
+2013-08-22 Maxime Gauduin <alucryd at gmail.com>
+    * postgis-2.1.0-1
+    * Fixes FS#35816
+
 2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
     * postgis-2.0.3-1
 




More information about the arch-commits mailing list