summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikislater2023-01-09 09:01:45 +0400
committerkikislater2023-01-09 09:01:45 +0400
commitaa6e1b1b6098755779e5d1714d18dfc000a9dc65 (patch)
tree3971b52fc75aa03ed611251e7e69f913094d3c27 /PKGBUILD
parent2f4c0a45336583db350b08af10cd20b2f3f3b9c5 (diff)
downloadaur-aa6e1b1b6098755779e5d1714d18dfc000a9dc65.tar.gz
Revert python-wxpython from community repository
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccedd73b81ab..f03e3d12fc91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=grass
pkgver=8.2.0
-pkgrel=3
+pkgrel=4
_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-dev' 'readline' 'zlib' 'zstd')
+ 'python-pillow' 'python-wxpython' 'readline' 'zlib' 'zstd')
makedepends=('libxt' 'postgresql-libs')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')