summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2019-02-04 10:37:04 +0100
committergraziano.giuliani2019-02-04 10:37:04 +0100
commit0cc8637147dd07ebc3a14644bd22bbdb70af34e3 (patch)
treec0bb4c2fff8b29b2c3bc771fb3dd6422041108de
parent9a9ec0c74c4addef5a170cb7232065fc2d8b59c0 (diff)
downloadaur-0cc8637147dd07ebc3a14644bd22bbdb70af34e3.tar.gz
new upstream
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d76dd24177..0ebaf63feee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 26 03:48:08 UTC 2018
+# Mon Feb 4 09:36:53 UTC 2019
pkgbase = gmt
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 5.4.4
+ pkgver = 5.4.5
pkgrel = 1
url = http://gmt.soest.hawaii.edu/
install = gmt.install
@@ -12,14 +12,15 @@ pkgbase = gmt
makedepends = cmake
depends = gdal
depends = fftw
+ depends = lapack
optdepends = ghostscript
optdepends = python-sphinx
optdepends = python2-sphinx
optdepends = gmt-coast: coastlines
optdepends = gmt-dcw: digital chart of the world polygon map
conflicts = gmt4
- source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.4.4-src.tar.xz
- md5sums = 91b2651ebf9ff792c11aee3e58c40d9f
+ source = https://mirrors.ustc.edu.cn/gmt/gmt-5.4.5-src.tar.xz
+ md5sums = 846c7717ca8a6e2c76cc5538331ff59e
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index f61a10459930..65c4248a0d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkgver=5.4.4
+pkgver=5.4.5
pkgrel=1
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')
+depends=('gdal' 'fftw' 'lapack')
optdepends=(
'ghostscript'
'python-sphinx'
@@ -18,8 +18,12 @@ optdepends=(
'gmt-dcw: digital chart of the world polygon map')
conflicts=('gmt4')
install='gmt.install'
-source=("ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz")
-md5sums=('91b2651ebf9ff792c11aee3e58c40d9f')
+#source=("ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz")
+#source=("ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt/${pkgname}-${pkgver}-src.tar.xz")
+#source=("ftp://ftp.iris.washington.edu/pub/gmt/${pkgname}-${pkgver}-src.tar.xz")
+#source=("ftp://ftp.iag.usp.br/pub/gmt/${pkgname}-${pkgver}-src.tar.xz")
+source=("https://mirrors.ustc.edu.cn/gmt/${pkgname}-${pkgver}-src.tar.xz")
+md5sums=('846c7717ca8a6e2c76cc5538331ff59e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"