summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2017-07-20 13:32:03 +0200
committergraziano.giuliani2017-07-20 13:32:03 +0200
commitddded3b3745f40371be206d9aad774be84559401 (patch)
treeb85113e70292cab1d138e45ecfd341f312a8978f
parente82455b958cdd869b6f8301d76e64ff32799270e (diff)
downloadaur-ddded3b3745f40371be206d9aad774be84559401.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 f4b9116139d4..26a22b907880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 22 11:56:12 UTC 2017
+# Thu Jul 20 11:31:45 UTC 2017
pkgbase = gmt
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 5.4.1
+ pkgver = 5.4.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.4.1-src.tar.xz
- md5sums = f4ed976f13d8333fd9ee01a98a0d1255
+ source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.4.2-src.tar.xz
+ md5sums = 0cbf2bc5d4d92d1dd9845e3f1093f281
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index 6338bdd186f2..bec26dda9f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkgver=5.4.1
+pkgver=5.4.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=('f4ed976f13d8333fd9ee01a98a0d1255')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,3 +47,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('0cbf2bc5d4d92d1dd9845e3f1093f281')