summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2018-10-29 11:36:10 +0100
committerStephan Springer2018-10-29 11:36:10 +0100
commit6d46bc0b843f78c2930e97522c722fed489ccd6b (patch)
treef5d19c1bc2f3834f720bc9e8c397824aac507950 /PKGBUILD
parentdc64887ef9a244e2d63384452dc4c02109933f00 (diff)
downloadaur-6d46bc0b843f78c2930e97522c722fed489ccd6b.tar.gz
update to 2.18.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2eeac3b2f2d..487c8fe3bea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
_pkgname=qgis
pkgname="$_pkgname"-ltr
-pkgver=2.18.24
+pkgver=2.18.25
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats; Long Term Release'
url='https://qgis.org/'
@@ -21,7 +21,7 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('expat' 'gcc-libs' 'gdal' 'geos' 'glibc' 'libspatialite' 'postgresql-libs' 'proj'
'qt4' 'qca-qt4' 'qjson' 'qscintilla-qt4' 'qwt-qt4' 'qwtpolar-qt4' 'spatialindex' 'sqlite'
- 'python2' 'python2-httplib2' 'python2-future' 'python2-qscintilla-qt4' 'python2-sip' 'python2-six')
+ 'python2' 'python2-httplib2' 'python2-future' 'python2-qscintilla-qt4' 'sip' 'python2-sip' 'python2-six')
makedepends=('cmake' 'gsl' 'perl' 'txt2tags')
optdepends=('gpsbabel: GPS Tool plugin'
'gsl: Georeferencer plugin'
@@ -37,7 +37,7 @@ provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("https://qgis.org/downloads/$_pkgname-$pkgver.tar.bz2")
# curl -s https://qgis.org/downloads/qgis-latest-ltr.tar.bz2.md5
-md5sums=('7fd6a8e0fcfcb0fc147529e74ef69721')
+md5sums=('7b176867671981c45cbe859288ff9fb3')
prepare() {
cd $_pkgname-$pkgver