summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikislater2022-10-04 11:02:23 +0400
committerkikislater2022-10-04 11:02:23 +0400
commit2f4c0a45336583db350b08af10cd20b2f3f3b9c5 (patch)
tree78a0d305f2f8f25501afe27d91b8a2763185eaa3 /PKGBUILD
parentbe024fbcb7d689c3722b670489067185efd9b84b (diff)
downloadaur-2f4c0a45336583db350b08af10cd20b2f3f3b9c5.tar.gz
Revert python-wxpython-dev
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3886aa4c6ffa..ccedd73b81ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=grass
pkgver=8.2.0
-pkgrel=2
+pkgrel=3
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='http://grass.osgeo.org/'
license=('GPL')
depends=('bzip2' 'cairo' 'fftw' 'fontconfig' 'freetype2' 'gcc-libs' 'gdal' 'geos' 'glibc' 'glu'
'libpng' 'libtiff' 'libx11' 'libgl' 'netcdf' 'pdal' 'proj' 'python-gdal' 'python-numpy'
- 'python-pillow' 'python-wxpython' 'readline' 'zlib' 'zstd')
+ 'python-pillow' 'python-wxpython-dev' 'readline' 'zlib' 'zstd')
makedepends=('libxt' 'postgresql-libs')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')