summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-20 16:01:04 +0800
committersean09212019-05-20 16:01:04 +0800
commit60b18f22dc35b8294711c24a7c380484bdc5b10c (patch)
tree328a186478da47e1e184b5bcf08070b58ed59290
parent215a5aca9fa02b770974b1269defba2182aeb000 (diff)
downloadaur-60b18f22dc35b8294711c24a7c380484bdc5b10c.tar.gz
update git version and change version format
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b841e4bdc6ee..6c04b494af7b 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_a8fda40c2de908c3cedacc2de4f5a5b908ca6b99
+ pkgver = 6.0.0_20190520_1e0964adb1481ee53cbc59e9465933dd6b632e8e
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/a8fda40c2de908c3cedacc2de4f5a5b908ca6b99.tar.gz
- sha256sums = 01249632cc4c4465e0bbaadfadf552aa772b89501e85ec21910346b6de8b79ce
+ source = https://github.com/GenericMappingTools/gmt/archive/1e0964adb1481ee53cbc59e9465933dd6b632e8e.tar.gz
+ sha256sums = 603947167bd978c4053a326401bf0318aacaeec04aa46ab1fbe7c07898f157e4
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index 740d1caf31fa..06dc6915e830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
pkgname=gmt6
_pkgname=gmt
-pkghashver=a8fda40c2de908c3cedacc2de4f5a5b908ca6b99
-pkgver=6.0.0_${pkghashver}
+_pkgdate=20190520
+pkghashver=1e0964adb1481ee53cbc59e9465933dd6b632e8e
+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."
arch=(i686 x86_64)
@@ -26,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=('01249632cc4c4465e0bbaadfadf552aa772b89501e85ec21910346b6de8b79ce')
+sha256sums=('603947167bd978c4053a326401bf0318aacaeec04aa46ab1fbe7c07898f157e4')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"