summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Gomes2019-12-24 15:38:26 +0000
committerMiguel Gomes2019-12-24 15:38:26 +0000
commit2091b035b9306094fca8a4ba1213e18296a39c14 (patch)
treefd5bc0a696388b94c042dfead8d835becee04363
parent94e7c4e5d6cd6aa9d907db7451a9a7ee6f3b51b6 (diff)
downloadaur-pgsphere.tar.gz
Updated repo to a new one that builds against PG12
Signed-off-by: Miguel Gomes <alka.setzer@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb5cb4845ca8..1b245f939afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pgsphere
pkgdesc = Provides spherical data types, functions, and operators for PostgreSQL
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = http://pgfoundry.org/projects/pgsphere/
arch = x86_64
license = GPL
makedepends = git
depends = postgresql
options = !makeflags
- source = pgsphere::git://github.com/akorotkov/pgsphere.git
+ source = pgsphere::git://github.com/mdgomes/pgsphere.git
sha256sums = SKIP
pkgname = pgsphere
diff --git a/PKGBUILD b/PKGBUILD
index 154d13a2ba4a..b1d2a526a987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=pgsphere
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Provides spherical data types, functions, and operators for PostgreSQL"
arch=('x86_64')
url="http://pgfoundry.org/projects/pgsphere/"
license=('GPL')
makedepends=('git')
-depends=('postgresql' )
+depends=('postgresql')
options=('!makeflags')
-source=(pgsphere::git://github.com/akorotkov/pgsphere.git)
+source=(pgsphere::git://github.com/mdgomes/pgsphere.git)
sha256sums=('SKIP')
prepare() {
@@ -26,4 +26,4 @@ build() {
package() {
cd pgsphere
make DESTDIR="${pkgdir}" USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config install
-} \ No newline at end of file
+}