summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-04-27 04:37:10 +0000
committersean09212019-04-27 04:37:10 +0000
commit2f961d107c6e4afae1fe381cf26d69c352f7f68a (patch)
treef9b6a62ea4bbbe82bf7ceb43d4d9250ba330742c
parent5b13bf012e8f8c8e18be6011beb065ac52e29b44 (diff)
downloadaur-2f961d107c6e4afae1fe381cf26d69c352f7f68a.tar.gz
update git version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba252e2c30d..2016992d517b 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 = 6.0.0_7c87ef9ab4e5acbaa2a5a6ed5a40537fbac9da63
+ pkgver = 6.0.0_123089bc70fc8da992a88b7f0ee23cde86562362
pkgrel = 1
url = http://gmt.soest.hawaii.edu/
install = gmt.install
@@ -17,8 +17,8 @@ pkgbase = gmt
optdepends = gmt-coast: coastlines
optdepends = gmt-dcw: digital chart of the world polygon map
conflicts = gmt4
- source = https://github.com/GenericMappingTools/gmt/archive/7c87ef9ab4e5acbaa2a5a6ed5a40537fbac9da63.tar.gz
- md5sums = 1842197d5e759c5f034e680d728c1006
+ source = https://github.com/GenericMappingTools/gmt/archive/123089bc70fc8da992a88b7f0ee23cde86562362.tar.gz
+ md5sums = ef84e3ce3587418286dae78f731bbcb2
pkgname = gmt
diff --git a/PKGBUILD b/PKGBUILD
index 5ba5899656bb..f6004c8b33c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=gmt
-pkghashver=7c87ef9ab4e5acbaa2a5a6ed5a40537fbac9da63
+pkghashver=123089bc70fc8da992a88b7f0ee23cde86562362
pkgver=6.0.0_${pkghashver}
-pkgrel=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)
url="http://gmt.soest.hawaii.edu/"
@@ -25,7 +25,7 @@ install='gmt.install'
#source=("ftp://ftp.iag.usp.br/pub/gmt/${pkgname}-${pkgver}-src.tar.xz")
#source=("https://mirrors.ustc.edu.cn/gmt/${pkgname}-${pkgver}-src.tar.xz")
source=("https://github.com/GenericMappingTools/${pkgname}/archive/${pkghashver}.tar.gz")
-md5sums=('1842197d5e759c5f034e680d728c1006')
+md5sums=('ef84e3ce3587418286dae78f731bbcb2')
prepare() {
cd "${srcdir}/${pkgname}-${pkghashver}"