summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2017-04-03 21:47:58 +0200
committergraziano.giuliani2017-04-03 21:47:58 +0200
commit0307bc6ecec1b0d415ad5da1537e0aede46836b8 (patch)
tree18408a323ee6ff65fcb56263fac3c9fc61d1f1fa
parent32a0a077838c3f6de4f4bd010b38f958d4f1dcd2 (diff)
downloadaur-0307bc6ecec1b0d415ad5da1537e0aede46836b8.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 883ec4a62443..165cbfdbf7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 16:48:01 UTC 2017
+# Mon Apr 3 19:43:58 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.2
+ pkgver = 5.3.3
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.2-src.tar.xz
- md5sums = 8c539d8ae9b8e4fc44bc3dff1513999e
+ source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.3.3-src.tar.xz
+ md5sums = a67c65ff00d13e4677e84975439963b7
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index 457c70735dda..e66389b9e138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkgver=5.3.2
+pkgver=5.3.3
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,6 +19,7 @@ optdepends=(
conflicts=('gmt4')
install='gmt.install'
source=("ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz")
+md5sums=('a67c65ff00d13e4677e84975439963b7')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -47,4 +48,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('8c539d8ae9b8e4fc44bc3dff1513999e')