summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-04-23 04:49:33 +0000
committersean09212019-04-23 04:49:33 +0000
commit4ff574dcabe8fb5549d139431866c0ee2ad1bf34 (patch)
tree11d5c53404b0019a70fc02d52c32a97823b1dbf2
parent6c4cb90c14c71d77047c076f5c6934308e6ff52f (diff)
downloadaur-4ff574dcabe8fb5549d139431866c0ee2ad1bf34.tar.gz
correct description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679ef327d59c..38e5789ac559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pygmt
- pkgdesc = Python/NumPy interface to the netCDF C library
+ pkgdesc = Python interface to the Generic Mapping Tools C library
pkgver = 0.0.1a0
pkgrel = 2
url = https://www.pygmt.org
diff --git a/PKGBUILD b/PKGBUILD
index 275d6aa97229..8845bc7ace71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-${_pkg,,}
pkgname=("python-${_pkg,,}")
pkgver=0.0.1a0
pkgrel=2
-pkgdesc="Python/NumPy interface to the netCDF C library"
+pkgdesc="Python interface to the Generic Mapping Tools C library"
arch=('x86_64')
url="https://www.pygmt.org"
license=('3-BSD')