summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-19 15:04:45 +0800
committersean09212019-05-19 15:04:45 +0800
commit215a5aca9fa02b770974b1269defba2182aeb000 (patch)
tree7d6f8410dfe2492b128c9ac62448b6e8ecdab428
parent68dab65f7915d764c00e2a10031f2af476627542 (diff)
downloadaur-215a5aca9fa02b770974b1269defba2182aeb000.tar.gz
update git version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde3fe3cb5b7..b841e4bdc6ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gmt6
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 6.0.0_67749cd5de1a06e88861b21470daaa3515ccc4e5
- pkgrel = 3
+ pkgver = 6.0.0_a8fda40c2de908c3cedacc2de4f5a5b908ca6b99
+ pkgrel = 1
url = https://gmt.soest.hawaii.edu/
install = gmt.install
arch = i686
@@ -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/67749cd5de1a06e88861b21470daaa3515ccc4e5.tar.gz
- sha256sums = 37b7356c25be06abd6b84df25d6169d921573b017c7de38f6817fa907d03c645
+ source = https://github.com/GenericMappingTools/gmt/archive/a8fda40c2de908c3cedacc2de4f5a5b908ca6b99.tar.gz
+ sha256sums = 01249632cc4c4465e0bbaadfadf552aa772b89501e85ec21910346b6de8b79ce
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index b42fae753bb0..740d1caf31fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=gmt6
_pkgname=gmt
-pkghashver=67749cd5de1a06e88861b21470daaa3515ccc4e5
+pkghashver=a8fda40c2de908c3cedacc2de4f5a5b908ca6b99
pkgver=6.0.0_${pkghashver}
-pkgrel=3
+pkgrel=1
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/"
@@ -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")
-sha256sums=('37b7356c25be06abd6b84df25d6169d921573b017c7de38f6817fa907d03c645')
+sha256sums=('01249632cc4c4465e0bbaadfadf552aa772b89501e85ec21910346b6de8b79ce')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"