summaryrefslogtreecommitdiff
path: root/community/postgis
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-12 13:04:54 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-12 13:04:54 +0100
commit24633b6f6af8dc77ca77224448d226d8e99c9ce1 (patch)
tree0e862445be6a105957104f94f7e4f2668e1fdbba /community/postgis
parentd28ed89b1e41f7e71045a5c2e898aa3b369eda47 (diff)
parent8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/cdemu-daemon/PKGBUILD community/chmsee/PKGBUILD community/fceux/PKGBUILD community/ginac/PKGBUILD community/gstreamermm/PKGBUILD community/gtksourceviewmm/PKGBUILD community/lgi/PKGBUILD community/libmirage/PKGBUILD core/gawk/PKGBUILD core/gettext/PKGBUILD extra/enca/PKGBUILD extra/gnutls/PKGBUILD extra/hdf5/PKGBUILD extra/kdebase/PKGBUILD extra/libass/PKGBUILD extra/libdiscid/PKGBUILD extra/libxcomposite/PKGBUILD extra/libxdamage/PKGBUILD extra/maxima/PKGBUILD extra/nx/PKGBUILD extra/opencv/PKGBUILD extra/pidgin/PKGBUILD extra/redland/PKGBUILD extra/sharutils/PKGBUILD extra/soundtouch/PKGBUILD extra/sqlite/PKGBUILD extra/twisted/PKGBUILD libre/dpkg/PKGBUILD
Diffstat (limited to 'community/postgis')
-rw-r--r--community/postgis/PKGBUILD14
-rw-r--r--community/postgis/postgis.changelog9
2 files changed, 13 insertions, 10 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 8fd3a5ca0..236448537 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 76606 2012-09-24 15:07:54Z dan $
+# $Id: PKGBUILD 82020 2013-01-05 17:33:22Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,10 +14,10 @@ depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxm
changelog=$pkgname.changelog
options=('!libtool')
source=("http://postgis.org/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('32d181bbf0e648fe31c95b3dd23f7e4e49094d93cb4278fdf71c8feed4e9593c')
+sha256sums=('57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
@@ -28,9 +28,9 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
cd utils
- make DESTDIR="${pkgdir}" install
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index 4e12d69f7..23a3034f8 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,6 @@
+2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * postgis-2.0.2-1
+
2012-09-24 Dan McGee <dan@archlinux.org>
* Rebuild for PostgreSQL 9.2.x
* Update to minor release 2.0.1
@@ -10,10 +13,10 @@
* Update to major release 2.0.0-1
2011-10-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#26159 fix in postgis-1.5.3-2
+ * FS#26159 fix in postgis-1.5.3-2
2010-10-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 1.5.2
+ * Update to major release 1.5.2
2010-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 1.5.1
+ * Update to major release 1.5.1