summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsean09212019-05-18 14:39:15 +0800
committersean09212019-05-18 14:39:15 +0800
commit68dab65f7915d764c00e2a10031f2af476627542 (patch)
tree96059ef41d10edfd39ed440d2fb9c4e104d804c4
parent8d99382ffe3b337edfbd14856f6c1e5e08ef0e0b (diff)
downloadaur-68dab65f7915d764c00e2a10031f2af476627542.tar.gz
add ninja to build dep. and change checksum format to sha256
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 008057ea5697..bde3fe3cb5b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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 = 2
+ pkgrel = 3
url = https://gmt.soest.hawaii.edu/
install = gmt.install
arch = i686
arch = x86_64
license = LGPL
makedepends = cmake
+ makedepends = ninja
depends = gdal
depends = fftw
depends = lapack
@@ -19,7 +20,7 @@ pkgbase = gmt6
conflicts = gmt4
conflicts = gmt
source = https://github.com/GenericMappingTools/gmt/archive/67749cd5de1a06e88861b21470daaa3515ccc4e5.tar.gz
- md5sums = 9ab1a9d2fdce7c3c2910b02902274e2e
+ sha256sums = 37b7356c25be06abd6b84df25d6169d921573b017c7de38f6817fa907d03c645
pkgname = gmt6
diff --git a/PKGBUILD b/PKGBUILD
index ebeddcf11811..b42fae753bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=gmt6
_pkgname=gmt
pkghashver=67749cd5de1a06e88861b21470daaa3515ccc4e5
pkgver=6.0.0_${pkghashver}
-pkgrel=2
+pkgrel=3
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')
-makedepends=('cmake')
+makedepends=('cmake' 'ninja')
depends=('gdal' 'fftw' 'lapack')
optdepends=(
'ghostscript'
@@ -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=('9ab1a9d2fdce7c3c2910b02902274e2e')
+sha256sums=('37b7356c25be06abd6b84df25d6169d921573b017c7de38f6817fa907d03c645')
prepare() {
cd "${srcdir}/${_pkgname}-${pkghashver}"