summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholishing2019-09-14 04:13:44 +0800
committerholishing2019-09-14 04:13:44 +0800
commit8c4fbd0cb30f62e28ddcf8b8a7018d7cfc32f453 (patch)
treed131c947d832868c3161336dd39a4ad215ea7dee
parent3897c465b3d72d09343c2d4593a3a5eb7d638c8b (diff)
downloadaur-8c4fbd0cb30f62e28ddcf8b8a7018d7cfc32f453.tar.gz
update version to RC4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576df667f8ae..175bfc760e91 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.0rc2
+ pkgver = 6.0.0rc4
pkgrel = 1
url = https://gmt.soest.hawaii.edu/
install = gmt.install
@@ -18,8 +18,8 @@ pkgbase = gmt6
optdepends = gmt-dcw: digital chart of the world polygon map
conflicts = gmt4
conflicts = gmt
- source = https://github.com/GenericMappingTools/gmt/archive/6.0.0rc2.tar.gz
- sha256sums = e1b27d2c6831a2523c3b203bd2cc0aa9fe030b1712dd7b93213d8cec749066a7
+ source = https://github.com/GenericMappingTools/gmt/archive/6.0.0rc4.tar.gz
+ sha256sums = eb072a2da8d071119a5324b3ceafe5d813d2e33eceda28fc015ef38abd2c1cc4
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index 47a99f29e260..55d4b6be29df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gmt6
_pkgname=gmt
-pkgver=6.0.0rc2
+pkgver=6.0.0rc4
pkgrel=1
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
@@ -23,7 +23,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/${pkgver}.tar.gz")
-sha256sums=('e1b27d2c6831a2523c3b203bd2cc0aa9fe030b1712dd7b93213d8cec749066a7')
+sha256sums=('eb072a2da8d071119a5324b3ceafe5d813d2e33eceda28fc015ef38abd2c1cc4')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"