summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2015-12-24 12:17:17 +0100
committergraziano.giuliani2015-12-24 12:17:17 +0100
commit768c9ac930e6fd9f3ac513e34e29c7221fdae404 (patch)
tree554c45d9446af2a71b049d1e1f8e49b6c652f45b
parent363d2b4cbedf5ed1ae350a31c9efc4fa64ce3eb7 (diff)
downloadaur-768c9ac930e6fd9f3ac513e34e29c7221fdae404.tar.gz
Added missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c4402639b4..21bc2b45c3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Dec 24 11:16:44 UTC 2015
pkgbase = gmt
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
pkgver = 5.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://gmt.soest.hawaii.edu/
install = gmt.install
arch = i686
@@ -15,6 +17,8 @@ pkgbase = gmt
optdepends = python2-sphynx
optdepends = gmt-coast
optdepends = gmt-dcw
+ optdepends = python-sphynx
+ optdepends = python2-sphynx
conflicts = gmt4
source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.2.1-src.tar.xz
md5sums = 4823ab45965a55d5d8869181ae3b0cca
diff --git a/PKGBUILD b/PKGBUILD
index b81f9062bef6..dba8044bfeea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=gmt
pkgver=5.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
url="http://gmt.soest.hawaii.edu/"
license=('GPL')
makedepends=('cmake')
depends=('gdal' 'fftw')
-optdepends=('ghostscript' 'python-sphynx' 'python2-sphynx' 'gmt-coast' 'gmt-dcw')
+optdepends=('ghostscript' 'python-sphynx' 'python2-sphynx' 'gmt-coast' 'gmt-dcw' 'python-sphynx' 'python2-sphynx')
conflicts=('gmt4')
install=gmt.install
source=(ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz)