summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-31 14:15:10 +0800
committersean09212019-05-31 14:15:10 +0800
commit718406b6bc2e437ac2a62db328280c91eb043ade (patch)
treeedb63391d4d18cfd4df973183e619a858bd6f0ea
parent73121da1284f4230d61e39d72c6c8734bc555938 (diff)
downloadaur-718406b6bc2e437ac2a62db328280c91eb043ade.tar.gz
update git version, change version format
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d2b08984b43..522f1418b412 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_20190530_d37a19e58b51768677873ad3c2081cece50ccfe9
+ pkgver = 6.0.0_20190531
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/d37a19e58b51768677873ad3c2081cece50ccfe9.tar.gz
- sha256sums = aaa2bb2630941d94ee3536a4b78186e145231d17ef046417eb6d1d7ac5208bd4
+ source = https://github.com/GenericMappingTools/gmt/archive/79c708e1c8ab6639e1fd9871bf93efae4e45dacb.tar.gz
+ sha256sums = b1f3e68f75e0a46467f6bdd4cc65aecede260909f9c3fb231a297eca0bc23a32
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index acd1f0732139..b0fce8715928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=gmt6
_pkgname=gmt
-_pkgdate=20190530
-pkghashver=d37a19e58b51768677873ad3c2081cece50ccfe9
-pkgver=6.0.0_${_pkgdate}_${pkghashver}
+_pkgdate=20190531
+pkgver=6.0.0_${_pkgdate}
pkgrel=1
+pkghashver=79c708e1c8ab6639e1fd9871bf93efae4e45dacb
pkgdesc="Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps."
arch=(i686 x86_64)
url="https://gmt.soest.hawaii.edu/"
@@ -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=('aaa2bb2630941d94ee3536a4b78186e145231d17ef046417eb6d1d7ac5208bd4')
+sha256sums=('b1f3e68f75e0a46467f6bdd4cc65aecede260909f9c3fb231a297eca0bc23a32')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"