summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2017-05-22 13:56:53 +0200
committergraziano.giuliani2017-05-22 13:56:53 +0200
commite82455b958cdd869b6f8301d76e64ff32799270e (patch)
tree5a7fa804f3ad4130d54149c35af8dd38f5c79ed1
parent0307bc6ecec1b0d415ad5da1537e0aede46836b8 (diff)
downloadaur-e82455b958cdd869b6f8301d76e64ff32799270e.tar.gz
new upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165cbfdbf7e5..f4b9116139d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 3 19:43:58 UTC 2017
+# Mon May 22 11:56:12 UTC 2017
pkgbase = gmt
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 5.3.3
+ pkgver = 5.4.1
pkgrel = 1
url = http://gmt.soest.hawaii.edu/
install = gmt.install
@@ -18,8 +18,8 @@ pkgbase = gmt
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.3.3-src.tar.xz
- md5sums = a67c65ff00d13e4677e84975439963b7
+ source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.4.1-src.tar.xz
+ md5sums = f4ed976f13d8333fd9ee01a98a0d1255
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index e66389b9e138..6338bdd186f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkgver=5.3.3
+pkgver=5.4.1
pkgrel=1
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ optdepends=(
conflicts=('gmt4')
install='gmt.install'
source=("ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz")
-md5sums=('a67c65ff00d13e4677e84975439963b7')
+md5sums=('f4ed976f13d8333fd9ee01a98a0d1255')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"