summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaultDon2016-08-09 14:01:46 -0700
committerSaultDon2016-08-09 14:01:46 -0700
commit7fc1a0deb0b2f66e5115c0feaf5d45f62aeb7064 (patch)
treea561056dab901fe1227ab6fcb27ae3aeab987aa8
parent2c781bfc6c298c871bc6b32530989379f6353ba5 (diff)
downloadaur-7fc1a0deb0b2f66e5115c0feaf5d45f62aeb7064.tar.gz
2.2.3-2, switched to git source, (master - current release)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 142deb346bb1..36216e5abd31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgrouting
pkgdesc = Adds routing functionality to PostGIS/PostgreSQL
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://pgrouting.org/
arch = i686
arch = x86_64
@@ -11,9 +11,8 @@ pkgbase = pgrouting
depends = postgis>=1.5
depends = gcc-libs
depends = cgal
- options = !makeflags
- source = pgrouting-2.2.3.tar.gz::https://codeload.github.com/pgRouting/pgrouting/tar.gz/pgrouting-2.2.3
- md5sums = 4f80700311cfab55bb37ac0705ebcc31
+ source = pgrouting-2.2.3::git://github.com/pgRouting/pgrouting.git
+ md5sums = SKIP
pkgname = pgrouting
diff --git a/PKGBUILD b/PKGBUILD
index 2e24578ff1a7..335b8700d7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,18 @@
pkgname=pgrouting
pkgver=2.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Adds routing functionality to PostGIS/PostgreSQL"
arch=('i686' 'x86_64')
url="http://pgrouting.org/"
license=('GPL2')
depends=('postgis>=1.5' 'gcc-libs' 'cgal')
makedepends=('cmake' 'boost')
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/pgRouting/$pkgname/tar.gz/$pkgname-$pkgver")
-md5sums=('4f80700311cfab55bb37ac0705ebcc31')
-options=(!makeflags)
+source=("$pkgname-$pkgver"::git://github.com/pgRouting/$pkgname.git)
+md5sums=('SKIP')
prepare() {
- cd $srcdir
- mv $pkgname-$pkgname-$pkgver $pkgname-$pkgver
-
- cd $pkgname-$pkgver
+ cd $pkgname-$pkgver
[[ -d build ]] || mkdir build
}