summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Gomes2019-12-24 15:38:26 +0000
committerMiguel Gomes2019-12-24 15:38:26 +0000
commit2091b035b9306094fca8a4ba1213e18296a39c14 (patch)
treefd5bc0a696388b94c042dfead8d835becee04363 /PKGBUILD
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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
+}