summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-28 21:50:18 +0800
committersean09212019-05-28 21:50:18 +0800
commite0947e2e67aad32edf083b838f4ceb2b1dc747b0 (patch)
tree805bb2d39ab66307fbfc502c7381d5e630ea0f75
parent54015a1d220b0027009635c33f4ce99a741936d9 (diff)
downloadaur-e0947e2e67aad32edf083b838f4ceb2b1dc747b0.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 6c8ec6d24885..7a5818b6285c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmt6
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 6.0.0_20190522_8226f3527ca982c2cac50bd8ab56036a834b48e3
+ pkgver = 6.0.0_20190528_940cdb919724360037c38c2c9d65a89702de8637
pkgrel = 1
url = https://gmt.soest.hawaii.edu/
install = gmt.install
@@ -19,8 +19,8 @@ pkgbase = gmt6
optdepends = gmt-dcw: digital chart of the world polygon map
conflicts = gmt4
conflicts = gmt
- source = https://github.com/GenericMappingTools/gmt/archive/8226f3527ca982c2cac50bd8ab56036a834b48e3.tar.gz
- sha256sums = 4f7d90cfbec303284a3dba34d522659b14c9d610a983886ef5828413fe208c6d
+ source = https://github.com/GenericMappingTools/gmt/archive/940cdb919724360037c38c2c9d65a89702de8637.tar.gz
+ sha256sums = 47d1c41c1f27028dafbdfa3180e2ae858d3b6b0bab710c13e4cafa7fd2c0c0a5
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index d4c2a6164679..1d7869884348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gmt6
_pkgname=gmt
-_pkgdate=20190522
-pkghashver=8226f3527ca982c2cac50bd8ab56036a834b48e3
+_pkgdate=20190528
+pkghashver=940cdb919724360037c38c2c9d65a89702de8637
pkgver=6.0.0_${_pkgdate}_${pkghashver}
pkgrel=1
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
@@ -27,7 +27,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")
-sha256sums=('4f7d90cfbec303284a3dba34d522659b14c9d610a983886ef5828413fe208c6d')
+sha256sums=('47d1c41c1f27028dafbdfa3180e2ae858d3b6b0bab710c13e4cafa7fd2c0c0a5')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"