summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2015-11-16 08:36:24 +0100
committergraziano.giuliani2015-11-16 08:36:24 +0100
commit363d2b4cbedf5ed1ae350a31c9efc4fa64ce3eb7 (patch)
tree5ed191e09e37e643280906555b55658928bdaa5d
parent1db0a89469e327b87ede902d144e03ebf3887c80 (diff)
downloadaur-363d2b4cbedf5ed1ae350a31c9efc4fa64ce3eb7.tar.gz
Upstream new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f3561c6795..06c4402639b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmt
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 5.1.2
+ pkgver = 5.2.1
pkgrel = 1
url = http://gmt.soest.hawaii.edu/
install = gmt.install
@@ -16,8 +16,8 @@ pkgbase = gmt
optdepends = gmt-coast
optdepends = gmt-dcw
conflicts = gmt4
- source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.1.2-src.tar.bz2
- md5sums = 66212f2f237843a448fa9c0ec6cfb86d
+ source = ftp://ftp.soest.hawaii.edu/gmt/gmt-5.2.1-src.tar.xz
+ md5sums = 4823ab45965a55d5d8869181ae3b0cca
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index d8dd0b3ff9f0..b81f9062bef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Benjamin Sick
pkgname=gmt
-pkgver=5.1.2
+pkgver=5.2.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)
@@ -12,8 +12,8 @@ depends=('gdal' 'fftw')
optdepends=('ghostscript' 'python-sphynx' 'python2-sphynx' 'gmt-coast' 'gmt-dcw')
conflicts=('gmt4')
install=gmt.install
-source=(ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.bz2)
-md5sums=('66212f2f237843a448fa9c0ec6cfb86d')
+source=(ftp://ftp.soest.hawaii.edu/gmt/${pkgname}-${pkgver}-src.tar.xz)
+md5sums=('4823ab45965a55d5d8869181ae3b0cca')
build() {
cd ${srcdir}/${pkgname}-${pkgver}