summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-11 03:10:38 +0800
committersean09212019-05-11 03:10:38 +0800
commitb3f76e5f907241199fc46165d5bffc71f0fccb62 (patch)
tree6916ff9ef7dad3fa0a39be9db067d2ad00009a4a
parent0960bb4c785296d4e70425c9f1216311dac2b698 (diff)
downloadaur-b3f76e5f907241199fc46165d5bffc71f0fccb62.tar.gz
update git version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93984a4e96b5..529164e61169 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_24b9579e1fadc9cd05462716f55cddae091563c1
+ pkgver = 6.0.0_7386182337e116204e0c8d8cdf94cbde70dbeb75
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/24b9579e1fadc9cd05462716f55cddae091563c1.tar.gz
- md5sums = 3a0efbbbe1c9b83bcf74ac9896719721
+ source = https://github.com/GenericMappingTools/gmt/archive/7386182337e116204e0c8d8cdf94cbde70dbeb75.tar.gz
+ md5sums = 559eaa38842421ce61d2acd2f1a17653
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index add967ef3548..85de85f699b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gmt6
_pkgname=gmt
-pkghashver=24b9579e1fadc9cd05462716f55cddae091563c1
+pkghashver=7386182337e116204e0c8d8cdf94cbde70dbeb75
pkgver=6.0.0_${pkghashver}
pkgrel=1
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
@@ -26,7 +26,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=('3a0efbbbe1c9b83bcf74ac9896719721')
+md5sums=('559eaa38842421ce61d2acd2f1a17653')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"