summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86570270f85f..04768529afe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgrouting
pkgdesc = Adds routing functionality to PostGIS/PostgreSQL
- pkgver = 3.1.0
+ pkgver = 3.1.3
pkgrel = 1
url = http://pgrouting.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = pgrouting
depends = postgis>=2.0
depends = gcc-libs
depends = cgal
- source = pgrouting-3.1.0.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.1.0.tar.gz
- sha512sums = 48b08e8a536fa7806fe50ad0e43d7c0aa10130a1da3861fae3e73628904a8b848d8f74cedb1cd5ba12b21c13676ba332c45e9dbde22251087653609507c80d78
+ source = pgrouting-3.1.3.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.1.3.tar.gz
+ sha512sums = 1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e
pkgname = pgrouting
diff --git a/PKGBUILD b/PKGBUILD
index 408f4cdb511c..f5d302541154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=pgrouting
-pkgver=3.1.0
+pkgver=3.1.3
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=('48b08e8a536fa7806fe50ad0e43d7c0aa10130a1da3861fae3e73628904a8b848d8f74cedb1cd5ba12b21c13676ba332c45e9dbde22251087653609507c80d78')
+sha512sums=('1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e')
prepare() {
cd $pkgname-$pkgver