summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikislater2022-10-04 11:02:23 +0400
committerkikislater2022-10-04 11:02:23 +0400
commit2f4c0a45336583db350b08af10cd20b2f3f3b9c5 (patch)
tree78a0d305f2f8f25501afe27d91b8a2763185eaa3
parentbe024fbcb7d689c3722b670489067185efd9b84b (diff)
downloadaur-2f4c0a45336583db350b08af10cd20b2f3f3b9c5.tar.gz
Revert python-wxpython-dev
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c509522a5e4..61380bac12a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grass
pkgdesc = Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization
pkgver = 8.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://grass.osgeo.org/
arch = i686
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = grass
depends = python-gdal
depends = python-numpy
depends = python-pillow
- depends = python-wxpython
+ depends = python-wxpython-dev
depends = readline
depends = zlib
depends = zstd
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')