summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Ellmer2022-06-10 07:44:20 -0700
committerMatthias Ellmer2022-06-10 07:44:20 -0700
commit17df431c568c9b7646394d78ac97ada67d71748e (patch)
tree6c191363168b4480a0361b01281dedc44d360550
parent8bd54f1fdc1853a5ebb954c086a52ac824ee133b (diff)
downloadaur-17df431c568c9b7646394d78ac97ada67d71748e.tar.gz
Update optdepends, gmt6 is now gmt and moved from aur/ to community/.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91e48f0ae358..a8b054b78905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = groops-git
optdepends = netcdf-cxx: for reading and writing NetCDF files.
optdepends = erfa: for high-precision Earth rotation.
optdepends = openmpi: or another MPI to parallelize resource intensive tasks.
- optdepends = gmt6: visualization of data sets
+ optdepends = gmt: visualization of data sets
source = git+https://github.com/groops-devs/groops.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2b831e5f2fb..87b3aade74cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('git' 'cmake' 'gcc' 'gcc-fortran')
optdepends=('netcdf-cxx: for reading and writing NetCDF files.'
'erfa: for high-precision Earth rotation.'
'openmpi: or another MPI to parallelize resource intensive tasks.'
- 'gmt6: visualization of data sets')
+ 'gmt: visualization of data sets')
install=post.install
source=('git+https://github.com/groops-devs/groops.git')
md5sums=('SKIP')