summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-02-12 14:48:33 +0200
committerChristoph Fink2020-02-12 14:49:10 +0200
commit3f6dd2d4db12e15bc609868e74739fdc17d83ebd (patch)
tree16fd0bb244d3f1aae669d34e43159f5fe411f75c
parent1731ef0990226751fbfde822e8768fc27d110ab6 (diff)
downloadaur-3f6dd2d4db12e15bc609868e74739fdc17d83ebd.tar.gz
Added `replaces` tag for old postgis-svn AUR-package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f2b3d5c6fc..fd50f1301d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = postgis-git
pkgdesc = Postgres GIS extensions (from git)
- pkgver = 76e34fa54
- pkgrel = 2
+ pkgver = 3.1.0alpha1.r7.gabc6fd77a
+ pkgrel = 3
url = https://postgis.net/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = postgis-git
depends = libxslt
provides = postgis
conflicts = postgis
+ replaces = postgis-svn
source = postgis-git::git+https://git.osgeo.org/gitea/postgis/postgis.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 879bcd195f3d..8906ab9699d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Marti Raudsepp <marti@juffo.org>
+# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=postgis-git
-pkgver=76e34fa54
-pkgrel=2
+pkgver=3.1.0alpha1.r7.gabc6fd77a
+pkgrel=3
pkgdesc="Postgres GIS extensions (from git)"
url="https://postgis.net/"
@@ -10,8 +11,10 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt')
makedepends=('git' 'llvm')
+
conflicts=('postgis')
provides=('postgis')
+replaces=('postgis-svn')
source=("${pkgname}::git+https://git.osgeo.org/gitea/postgis/postgis.git")
md5sums=('SKIP')