summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikislater2022-10-04 10:58:44 +0400
committerkikislater2022-10-04 10:58:44 +0400
commitbe024fbcb7d689c3722b670489067185efd9b84b (patch)
tree942e62025bf107d681bbe243c29958c5c6c29101
parentd691690cbf463b94143c6ceef4978a7b86b697ae (diff)
downloadaur-be024fbcb7d689c3722b670489067185efd9b84b.tar.gz
Add potsgresql-libs as makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b21dda0ebe..8c509522a5e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = grass
pkgdesc = Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization
pkgver = 8.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://grass.osgeo.org/
arch = i686
arch = x86_64
license = GPL
makedepends = libxt
+ makedepends = postgresql-libs
depends = bzip2
depends = cairo
depends = fftw
@@ -27,7 +28,7 @@ pkgbase = grass
depends = python-gdal
depends = python-numpy
depends = python-pillow
- depends = python-wxpython-dev
+ depends = python-wxpython
depends = readline
depends = zlib
depends = zstd
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")