summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-29 21:05:22 +0800
committersean09212019-05-29 21:05:22 +0800
commitc3b1102b487f138670a9992731e9349f38ac54a7 (patch)
tree40c6a45f45d50c5a6dfadd45b80e6dce91d87a36
parente0947e2e67aad32edf083b838f4ceb2b1dc747b0 (diff)
downloadaur-c3b1102b487f138670a9992731e9349f38ac54a7.tar.gz
daily update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5818b6285c..6c5904ae8bb9 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_20190528_940cdb919724360037c38c2c9d65a89702de8637
+ pkgver = 6.0.0_20190529_156369119f6cc5543fd39da5dedf924280ee3369
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/940cdb919724360037c38c2c9d65a89702de8637.tar.gz
- sha256sums = 47d1c41c1f27028dafbdfa3180e2ae858d3b6b0bab710c13e4cafa7fd2c0c0a5
+ source = https://github.com/GenericMappingTools/gmt/archive/156369119f6cc5543fd39da5dedf924280ee3369.tar.gz
+ sha256sums = 1b0c230da281d40009b0c51a433de0081a1e5eb88ad9245b6166d0b482e0bf83
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index 1d7869884348..d76453fd46d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gmt6
_pkgname=gmt
-_pkgdate=20190528
-pkghashver=940cdb919724360037c38c2c9d65a89702de8637
+_pkgdate=20190529
+pkghashver=156369119f6cc5543fd39da5dedf924280ee3369
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=('47d1c41c1f27028dafbdfa3180e2ae858d3b6b0bab710c13e4cafa7fd2c0c0a5')
+sha256sums=('1b0c230da281d40009b0c51a433de0081a1e5eb88ad9245b6166d0b482e0bf83')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"