summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04768529afe1..a3833be8037b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgrouting
pkgdesc = Adds routing functionality to PostGIS/PostgreSQL
- pkgver = 3.1.3
+ pkgver = 3.5.0
pkgrel = 1
url = http://pgrouting.org/
arch = i686
@@ -12,8 +12,7 @@ pkgbase = pgrouting
depends = postgis>=2.0
depends = gcc-libs
depends = cgal
- source = pgrouting-3.1.3.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.1.3.tar.gz
- sha512sums = 1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e
+ source = pgrouting-3.5.0.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.5.0.tar.gz
+ sha512sums = b2d9b335851785e91bbe345b1c962de13b1d083e0577961a01b3f5e70ac002b670d28316b5f80e5a15ab5015107725998004cc2696e5da78f243107f9694e0d4
pkgname = pgrouting
-
diff --git a/PKGBUILD b/PKGBUILD
index f5d302541154..eb7eea59e3ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=pgrouting
-pkgver=3.1.3
+pkgver=3.5.0
pkgrel=1
pkgdesc="Adds routing functionality to PostGIS/PostgreSQL"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('postgis>=2.0' 'gcc-libs' 'cgal')
makedepends=('cmake' 'boost' 'postgresql>=9.2')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/pgRouting/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e')
+sha512sums=('b2d9b335851785e91bbe345b1c962de13b1d083e0577961a01b3f5e70ac002b670d28316b5f80e5a15ab5015107725998004cc2696e5da78f243107f9694e0d4')
prepare() {
cd $pkgname-$pkgver