summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f01d673ed7e..a0968815709f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkg=pygmt
pkgbase=python-${_pkg}
pkgname=("python-${_pkg}")
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to the Generic Mapping Tools C library"
arch=('x86_64')
url="https://www.pygmt.org"
@@ -15,7 +15,9 @@ makedepends=('python-pip' 'cython' 'python-setuptools'
'python-pytest-cov' 'python-pytest-mpl' 'python-coverage'
'python-black' 'python-pylint' 'flake8' 'python-sphinx'
'python-sphinx_rtd_theme' 'python-sphinx-gallery'
- 'python-nbsphinx' 'python-numpydoc')
+ 'python-nbsphinx' 'python-numpydoc' 'python-docformatter'
+ 'python-black' 'python-blackdoc' 'dvc' 'python-isort'
+ 'python-myst-parser' 'python-sphinx-copybutton' )
source=("https://github.com/GenericMappingTools/${_pkg,,}/archive/v${pkgver}.tar.gz")
sha256sums=('65344f1316587896b17708e1a064a0c6976db40ed7b3394e4a35500cd8ae7ea8')