summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-13 23:58:02 +0800
committersean09212019-05-13 23:58:02 +0800
commit2d43433cd3df828a2d3e206c7c8fa0e467110e62 (patch)
tree0de57973b45afe2650f395f2e76a58d426a0607d
parentb3f76e5f907241199fc46165d5bffc71f0fccb62 (diff)
downloadaur-2d43433cd3df828a2d3e206c7c8fa0e467110e62.tar.gz
correct LICENSE info, and 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 529164e61169..4efff0abb824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gmt6
pkgdesc = Generic Mapping Tools: Collection of tools for manipulating geographic and Cartesian data sets, and generating EPS maps.
- pkgver = 6.0.0_7386182337e116204e0c8d8cdf94cbde70dbeb75
+ pkgver = 6.0.0_e35dcdb027985864664d4c5f7e442a7b877344d4
pkgrel = 1
url = https://gmt.soest.hawaii.edu/
install = gmt.install
arch = i686
arch = x86_64
- license = LGPL GPL
+ license = LGPL
makedepends = cmake
depends = gdal
depends = fftw
@@ -18,8 +18,8 @@ pkgbase = gmt6
optdepends = gmt-dcw: digital chart of the world polygon map
conflicts = gmt4
conflicts = gmt
- source = https://github.com/GenericMappingTools/gmt/archive/7386182337e116204e0c8d8cdf94cbde70dbeb75.tar.gz
- md5sums = 559eaa38842421ce61d2acd2f1a17653
+ source = https://github.com/GenericMappingTools/gmt/archive/e35dcdb027985864664d4c5f7e442a7b877344d4.tar.gz
+ md5sums = e8a4801a39d68585a41a1be2070483a3
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index 85de85f699b2..946702014583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gmt6
_pkgname=gmt
-pkghashver=7386182337e116204e0c8d8cdf94cbde70dbeb75
+pkghashver=e35dcdb027985864664d4c5f7e442a7b877344d4
pkgver=6.0.0_${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)
url="https://gmt.soest.hawaii.edu/"
-license=('LGPL GPL')
+license=('LGPL')
makedepends=('cmake')
depends=('gdal' 'fftw' 'lapack')
optdepends=(
@@ -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")
-md5sums=('559eaa38842421ce61d2acd2f1a17653')
+md5sums=('e8a4801a39d68585a41a1be2070483a3')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"