summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2017-11-06 11:42:46 +0200
committerChristoph Fink2017-11-06 11:42:46 +0200
commit459d41fd4c5e7b8d037dd4ab5016e45622181a5d (patch)
tree01787ab8c5812e455df1944cf7f88176e61f267e
parent992933f924d214edb3eb6f0282743d266f8ad86b (diff)
downloadaur-459d41fd4c5e7b8d037dd4ab5016e45622181a5d.tar.gz
added 'provides' directive
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21ed8b495d68..05f25f521e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt')
makedepends=('subversion')
-conflicts=(postgis)
+conflicts=('postgis')
+provides=('postgis')
source=("${pkgname}::svn+http://svn.osgeo.org/postgis/trunk/")
md5sums=('SKIP')