summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b58b41897d6d..883ec4a62443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 09:22:31 UTC 2016
+# Wed Mar 1 16:48:01 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.1
+ pkgver = 5.3.2
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.1-src.tar.xz
- md5sums = 6b2c393c99c47c54c71fac254af39852
+ source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.3.2-src.tar.xz
+ md5sums = 8c539d8ae9b8e4fc44bc3dff1513999e
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index f7f3aa5ad5d6..457c70735dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkgver=5.3.1
+pkgver=5.3.2
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,6 @@ optdepends=(
conflicts=('gmt4')
install='gmt.install'
source=("ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz")
-md5sums=('6b2c393c99c47c54c71fac254af39852')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,3 +47,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('8c539d8ae9b8e4fc44bc3dff1513999e')