summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikislater2022-10-04 10:58:44 +0400
committerkikislater2022-10-04 10:58:44 +0400
commitbe024fbcb7d689c3722b670489067185efd9b84b (patch)
tree942e62025bf107d681bbe243c29958c5c6c29101 /PKGBUILD
parentd691690cbf463b94143c6ceef4978a7b86b697ae (diff)
downloadaur-be024fbcb7d689c3722b670489067185efd9b84b.tar.gz
Add potsgresql-libs as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c8ea9f6f420..3886aa4c6ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=grass
pkgver=8.2.0
-pkgrel=1
+pkgrel=2
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ 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')
-makedepends=('libxt')
+ 'python-pillow' 'python-wxpython' 'readline' 'zlib' 'zstd')
+makedepends=('libxt' 'postgresql-libs')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")