summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraziano.giuliani2017-07-20 13:35:56 +0200
committergraziano.giuliani2017-07-20 13:35:56 +0200
commitcd5f7a54d5da06697513957485af4423d0c2da49 (patch)
tree417f8209d6ad95ce115989cee6c97eb51c97962d /PKGBUILD
parentdf97988862769a3be89b8744d4e245c52cc200a6 (diff)
downloadaur-cd5f7a54d5da06697513957485af4423d0c2da49.tar.gz
new upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34871b6c71e9..edd56c2faf72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Benjamin Sick
pkgname=gmt4
-pkgver=4.5.15
+pkgver=4.5.16
pkgrel=1
pkgdesc="Generic Mapping Tools V4: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
@@ -12,6 +12,7 @@ optdepends=('ghostscript' 'gmt-coast')
conflicts=('gmt')
install=gmt.install
source=(ftp://ftp.soest.hawaii.edu/gmt/gmt-${pkgver}-src.tar.bz2)
+md5sums=('086205d3d8a49e5edb4f79c8f2e2c58b')
build() {
cd ${startdir}/src/gmt-${pkgver}
@@ -29,4 +30,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('9572138a0105a210638038171617daae')