summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-06-10 16:28:12 +0800
committersean09212019-06-10 16:28:12 +0800
commit0447bc8382a19fa17c4cea51fd11c5782251021a (patch)
treeb4256bb1ad55b83ccee3e74ac910ff9ba407bf0b
parent3f607718829031c99363d212d9e0100e117e7fe0 (diff)
downloadaur-0447bc8382a19fa17c4cea51fd11c5782251021a.tar.gz
let python-sphinx as necessary dependancy
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 886a42fa7859..6442914d5f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,9 @@ arch=(i686 x86_64)
url="https://gmt.soest.hawaii.edu/"
license=('LGPL')
makedepends=('cmake' 'ninja')
-depends=('gdal' 'fftw' 'lapack')
+depends=('gdal' 'fftw' 'lapack' 'python-sphinx')
optdepends=(
'ghostscript'
- 'python-sphinx'
- 'python2-sphinx'
'gmt-coast: coastlines'
'gmt-dcw: digital chart of the world polygon map')
conflicts=('gmt4' 'gmt')