summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ae52a285f9..90f279b2fd7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pygmt
pkgdesc = Python interface to the Generic Mapping Tools C library
- pkgver = 0.10.0
- pkgrel = 2
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://www.pygmt.org
arch = x86_64
license = 3-BSD
@@ -15,7 +15,7 @@ pkgbase = python-pygmt
depends = python-netcdf4
depends = python-packaging
depends = gmt
- source = https://github.com/GenericMappingTools/pygmt/archive/v0.10.0.tar.gz
- sha256sums = 95346786a0a51c03bec1d6ace81a6c5ce98706cc9ffb05c7d77b966a5b85ff79
+ source = https://github.com/GenericMappingTools/pygmt/archive/v0.11.0.tar.gz
+ sha256sums = b14c6c525b7c1cf0fa6b39d3399e2d981721ace46696dd76b0f43e207afcf73f
pkgname = python-pygmt
diff --git a/PKGBUILD b/PKGBUILD
index faf6e2249445..93ffb277a2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkg=pygmt
pkgbase=python-${_pkg}
pkgname=("python-${_pkg}")
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc="Python interface to the Generic Mapping Tools C library"
arch=('x86_64')
url="https://www.pygmt.org"
@@ -21,7 +21,7 @@ makedepends=('python-pip' 'cython' 'python-setuptools' 'python-setuptools-scm')
#'python-myst-parser' 'python-sphinx-copybutton' )
source=("https://github.com/GenericMappingTools/${_pkg,,}/archive/v${pkgver}.tar.gz")
-sha256sums=('95346786a0a51c03bec1d6ace81a6c5ce98706cc9ffb05c7d77b966a5b85ff79')
+sha256sums=('b14c6c525b7c1cf0fa6b39d3399e2d981721ace46696dd76b0f43e207afcf73f')
build() {
cd ${_pkg}-${pkgver}