summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2022-02-17 22:54:42 +0300
committerdobedobedo2022-02-17 22:54:42 +0300
commitd880a882b1b6a46abbfa9954d85306cf3489231e (patch)
treea9087d2fcb835a151bb67ccd4c28d7e6fdcd5935
parent45bc52bf4118e9484269c7b9b1c6bb03f1930971 (diff)
downloadaur-d880a882b1b6a46abbfa9954d85306cf3489231e.tar.gz
Update the dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8fb4deac56..54203c8a03d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rsgislib
- pkgdesc = Remote Sensing and GIS collection of tools for processing datasets
+ pkgdesc = A collection of Python modules for processing remote sensing and GIS datasets
pkgver = 5.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.rsgislib.org
arch = i686
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = python-rsgislib
optdepends = python-google-cloud-storage: Enable tools.googlecloud
optdepends = python-h5py: HDF5 files in classification, rastergis, zonalstats and tools.checkdatasets
optdepends = python-imbalanced-learn: For classification.classimblearn
- optdepends = python-jinja2: Required by rsgisapplycmd.py CLI command
+ optdepends = python-jinja: Required by rsgisapplycmd.py CLI command
optdepends = python-lightgbm: For classification.classlightgbm
optdepends = python-matplotlib: Enable tools.plotting, out_plot_file parameter and imagecalc.specunmixing.plot_endmembers
optdepends = python-pandas: For tools.sysprofile.plot_mem_cpu_profile, classification.plot_train_data and a few functions of tools.stats
diff --git a/PKGBUILD b/PKGBUILD
index 454ecfe2f329..3b89d9bce6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='rsgislib'
pkgname=("python-$_pkgname")
pkgver=5.0.5
-pkgrel=1
-pkgdesc="Remote Sensing and GIS collection of tools for processing datasets"
+pkgrel=2
+pkgdesc="A collection of Python modules for processing remote sensing and GIS datasets"
arch=('i686' 'x86_64')
url='http://www.rsgislib.org'
license=('GPL3')
@@ -21,7 +21,7 @@ optdepends=(
'python-h5py: HDF5 files in classification, rastergis, zonalstats and '`
`'tools.checkdatasets'
'python-imbalanced-learn: For classification.classimblearn'
- 'python-jinja2: Required by rsgisapplycmd.py CLI command'
+ 'python-jinja: Required by rsgisapplycmd.py CLI command'
'python-lightgbm: For classification.classlightgbm'
'python-matplotlib: Enable tools.plotting, out_plot_file parameter and '`
`'imagecalc.specunmixing.plot_endmembers'