summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')