summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-12-18 11:59:17 +0100
committerBlair Bonnett2021-12-18 11:59:17 +0100
commitc55517293bd78141e4d1502ad6f1e08aeb070caa (patch)
treefd56d56d31f698716d11bcb77c015579b1608819
parent4d5decf0b05db114ce9050c4b6d9633a2074c941 (diff)
downloadaur-c55517293bd78141e4d1502ad6f1e08aeb070caa.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04f08cb0888a..ca33e0d67afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-matplotlib-pgfutils
pkgdesc = Utilities for generating PGF figures from Matplotlib
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://matplotlib-pgfutils.readthedocs.io/
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-matplotlib-pgfutils
checkdepends = python-pytest-cov
checkdepends = texlive-core
depends = python-matplotlib
- source = matplotlib-pgfutils-1.5.0.tar.gz::https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.5.0.tar.gz
- sha256sums = 3a2ed647758d2b9eedc36f9749293258c66cfcfe079eed23b1d10148d991af49
+ source = matplotlib-pgfutils-1.6.0.tar.gz::https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.6.0.tar.gz
+ sha256sums = 019e1cab6e0b74a870ecb93ed5a8a04472118cdd5808da2909f52df62dd9cc23
pkgname = python-matplotlib-pgfutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 9301c0da0753..852f74857368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-matplotlib-pgfutils
pkgdesc="Utilities for generating PGF figures from Matplotlib"
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
url="https://matplotlib-pgfutils.readthedocs.io/"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-matplotlib')
checkdepends=('python-pytest' 'python-pytest-cov' 'texlive-core')
license=('BSD')
source=("matplotlib-pgfutils-${pkgver}.tar.gz::https://github.com/bcbnz/matplotlib-pgfutils/archive/v${pkgver}.tar.gz")
-sha256sums=('3a2ed647758d2b9eedc36f9749293258c66cfcfe079eed23b1d10148d991af49')
+sha256sums=('019e1cab6e0b74a870ecb93ed5a8a04472118cdd5808da2909f52df62dd9cc23')
build() {
cd "matplotlib-pgfutils-${pkgver}"