summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsean09212019-05-10 05:24:49 +0800
committersean09212019-05-10 05:24:49 +0800
commitf5d08277e0aacbb0c1dfbeb7a6959aaa9474b82c (patch)
treedaac2a3c7850622b8309254f089e820f14ff388b /PKGBUILD
parent428285c490ed40c241d9cb23499d8ec2b7218f9f (diff)
downloadaur-f5d08277e0aacbb0c1dfbeb7a6959aaa9474b82c.tar.gz
change dependecies information
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4b9932c5658..8756354932e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgbase=python-${_pkg,,}
pkgname=("python-${_pkg,,}")
pkghashver=997b88c855c12ffacd2c4b911f3fa83244ce8d7b
pkgver=0.0.1a0_${pkghashver}
-pkgrel=2
+pkgrel=3
pkgdesc="Python interface to the Generic Mapping Tools C library"
arch=('x86_64')
url="https://www.pygmt.org"
license=('3-BSD')
-depends=('python-numpy' 'python-pandas' 'python-xarray' 'python-netcdf4' 'python-packaging' 'gmt>=6.0.0' 'gmt-coast' 'gmt-dcw')
+depends=('python-numpy' 'python-pandas' 'python-xarray' 'python-netcdf4' 'python-packaging' 'gmt6' 'gmt-coast' 'gmt-dcw')
makedepends=('cython' 'python-setuptools')
source=("https://github.com/GenericMappingTools/${_pkg,,}/archive/${pkghashver}.tar.gz")
sha256sums=('990145de2d61df5d02f784e406a217138ee029f559454bcf7eb12a28f6258a60')