summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mikovits2019-02-12 14:20:34 +0100
committerChristian Mikovits2019-02-12 14:20:34 +0100
commit4fbc7f9335dc90661b5c4024356c6899771cb9e5 (patch)
treeb7fa95066daab4279841a5baab8d9baf461729e8
parent5e33eca67e703e04591fbd40d289bcb4a8ce457d (diff)
downloadaur-4fbc7f9335dc90661b5c4024356c6899771cb9e5.tar.gz
update, including missing deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2e1099df5b..d2b6140372e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Oct 29 12:04:42 UTC 2018
pkgbase = qgis-git
pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats - Development master
- pkgver = 3.5.0_master.r51671.d4cf8cf7de
+ pkgver = 3.5.0_master.r53663.2e20f13279
pkgrel = 1
url = http://qgis.org/
arch = i686
@@ -24,7 +22,7 @@ pkgbase = qgis-git
depends = python-gdal
depends = python-owslib
depends = python-future
- depends = python-sip
+ depends = python-sip-pyqt5
depends = python-psycopg2
depends = python-yaml
depends = python-numpy
@@ -37,6 +35,8 @@ pkgbase = qgis-git
depends = gsl
depends = libzip
depends = sip
+ depends = exiv2
+ depends = qt5-xmlpatterns
optdepends = grass: for GRASS providers and plugin (6 or 7)
optdepends = postgresql: for postgis and SPIT support
optdepends = gpsbabel: for gps plugin
diff --git a/PKGBUILD b/PKGBUILD
index 2cf62417b4a6..0e0fcc9ff9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: gaelic
+# Maintainer: gaelic, Fincer
+
+# Previous Maintainer: scimmia, XavierCLL, SaultDon, Lantald, Thomas Dziedzic, dibblethewrecker, Gerardo Exequiel Pozzi, Eric Forgeot
pkgname=qgis-git
_pkgname=qgis
-pkgver=3.5.0_master.r51671.d4cf8cf7de
+pkgver=3.5.0_master.r53663.2e20f13279
_pkgver=3.5.0_master
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats - Development master'
url='http://qgis.org/'
license=('GPL')
arch=('i686' 'x86_64')
-depends=('qt5-tools' 'qt5-script' 'qtkeychain' 'qca-qt5' 'qt5-webkit' 'qt5-3d' 'qt5-serialport' 'proj' 'geos' 'sqlite' 'python-gdal' 'python-owslib' 'python-future' 'python-sip' 'python-psycopg2' 'python-yaml' 'python-numpy' 'python-jinja' 'python-pygments' 'qwtpolar' 'expat' 'python-qscintilla-qt5' 'spatialindex' 'gsl' 'libzip' 'sip' 'exiv2')
+depends=('qt5-tools' 'qt5-script' 'qtkeychain' 'qca-qt5' 'qt5-webkit' 'qt5-3d' 'qt5-serialport' 'proj' 'geos' 'sqlite' 'python-gdal' 'python-owslib' 'python-future' 'python-sip-pyqt5' 'python-psycopg2' 'python-yaml' 'python-numpy' 'python-jinja' 'python-pygments' 'qwtpolar' 'expat' 'python-qscintilla-qt5' 'spatialindex' 'gsl' 'libzip' 'sip' 'exiv2' 'qt5-xmlpatterns')
makedepends=('git' 'cmake' 'txt2tags')
optdepends=('grass: for GRASS providers and plugin (6 or 7)'
# 'gsl: for georeferencer'