summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholishing2019-11-02 17:16:15 +0800
committerholishing2019-11-02 17:16:15 +0800
commit977c73b62046a4fa7e04045d65ee6373d4a89f62 (patch)
tree37337474c484793eee1669b943a403572869b0e3
parent655cbf6668542ec527039cc717b02b8759815168 (diff)
downloadaur-977c73b62046a4fa7e04045d65ee6373d4a89f62.tar.gz
update website link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263039efbbf3..9539b6e04997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gmt6
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
pkgver = 6.0.0
pkgrel = 1
- url = https://gmt.soest.hawaii.edu/
+ url = https://www.generic-mapping-tools.org
install = gmt.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ca042523377c..9ac0b57e6107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=6.0.0
pkgrel=1
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
-url="https://gmt.soest.hawaii.edu/"
+url="https://www.generic-mapping-tools.org"
license=('LGPL')
makedepends=('cmake' 'ninja')
depends=('gdal' 'fftw' 'lapack' 'python-sphinx' 'ghostscript')