summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-30 16:47:04 +0800
committersean09212019-05-30 16:47:04 +0800
commit73121da1284f4230d61e39d72c6c8734bc555938 (patch)
tree09b8041fed1f539a8f57f1610eade06d668a5622
parentc3b1102b487f138670a9992731e9349f38ac54a7 (diff)
downloadaur-73121da1284f4230d61e39d72c6c8734bc555938.tar.gz
daily 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 6c5904ae8bb9..3d2b08984b43 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_20190529_156369119f6cc5543fd39da5dedf924280ee3369
+ pkgver = 6.0.0_20190530_d37a19e58b51768677873ad3c2081cece50ccfe9
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/156369119f6cc5543fd39da5dedf924280ee3369.tar.gz
- sha256sums = 1b0c230da281d40009b0c51a433de0081a1e5eb88ad9245b6166d0b482e0bf83
+ source = https://github.com/GenericMappingTools/gmt/archive/d37a19e58b51768677873ad3c2081cece50ccfe9.tar.gz
+ sha256sums = aaa2bb2630941d94ee3536a4b78186e145231d17ef046417eb6d1d7ac5208bd4
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index d76453fd46d9..acd1f0732139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gmt6
_pkgname=gmt
-_pkgdate=20190529
-pkghashver=156369119f6cc5543fd39da5dedf924280ee3369
+_pkgdate=20190530
+pkghashver=d37a19e58b51768677873ad3c2081cece50ccfe9
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=('1b0c230da281d40009b0c51a433de0081a1e5eb88ad9245b6166d0b482e0bf83')
+sha256sums=('aaa2bb2630941d94ee3536a4b78186e145231d17ef046417eb6d1d7ac5208bd4')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"