summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaultDon2016-12-05 14:20:00 -0700
committerSaultDon2016-12-05 14:20:00 -0700
commit187dcb35cf6449dc755ec3f955202fc817221bca (patch)
tree4f1c88b165842d93aae578067738cd290e0019c6
parent7fc1a0deb0b2f66e5115c0feaf5d45f62aeb7064 (diff)
downloadaur-187dcb35cf6449dc755ec3f955202fc817221bca.tar.gz
upstream release to 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36216e5abd31..c62a00faaf8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 5 21:19:39 UTC 2016
pkgbase = pgrouting
pkgdesc = Adds routing functionality to PostGIS/PostgreSQL
- pkgver = 2.2.3
- pkgrel = 2
+ pkgver = 2.3.0
+ pkgrel = 1
url = http://pgrouting.org/
arch = i686
arch = x86_64
@@ -11,7 +13,7 @@ pkgbase = pgrouting
depends = postgis>=1.5
depends = gcc-libs
depends = cgal
- source = pgrouting-2.2.3::git://github.com/pgRouting/pgrouting.git
+ source = pgrouting-2.3.0::git://github.com/pgRouting/pgrouting.git
md5sums = SKIP
pkgname = pgrouting
diff --git a/PKGBUILD b/PKGBUILD
index 335b8700d7ad..902b9986ac66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=pgrouting
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc="Adds routing functionality to PostGIS/PostgreSQL"
arch=('i686' 'x86_64')
url="http://pgrouting.org/"