summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-21 10:28:35 +0800
committersean09212019-05-21 10:28:35 +0800
commit2aca7f4c107fd374e4144433edc38c8d69a35a15 (patch)
tree280d924e257677d84be72182ed85d9f454d757e3
parent60b18f22dc35b8294711c24a7c380484bdc5b10c (diff)
downloadaur-2aca7f4c107fd374e4144433edc38c8d69a35a15.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 6c04b494af7b..583d1d4284db 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_20190520_1e0964adb1481ee53cbc59e9465933dd6b632e8e
+ pkgver = 6.0.0_20190521_ac8b8ab478dc53b8baf94ddeab24e04de0e2b6e3
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/1e0964adb1481ee53cbc59e9465933dd6b632e8e.tar.gz
- sha256sums = 603947167bd978c4053a326401bf0318aacaeec04aa46ab1fbe7c07898f157e4
+ source = https://github.com/GenericMappingTools/gmt/archive/ac8b8ab478dc53b8baf94ddeab24e04de0e2b6e3.tar.gz
+ sha256sums = 8c988ddd51334608219483868f7cd533b7d382b19a99d55fe4832583cba2f0c2
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index 06dc6915e830..d6d0f87ebe58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gmt6
_pkgname=gmt
-_pkgdate=20190520
-pkghashver=1e0964adb1481ee53cbc59e9465933dd6b632e8e
+_pkgdate=20190521
+pkghashver=ac8b8ab478dc53b8baf94ddeab24e04de0e2b6e3
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=('603947167bd978c4053a326401bf0318aacaeec04aa46ab1fbe7c07898f157e4')
+sha256sums=('8c988ddd51334608219483868f7cd533b7d382b19a99d55fe4832583cba2f0c2')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"