summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-03-18 17:00:31 +0100
committerBlair Bonnett2022-03-18 17:00:31 +0100
commit4bf1251162a7a628dabb769fc8587d99c949e15b (patch)
treea6227a32b20d67809558e05b605f1ee363f142b7
parentc55517293bd78141e4d1502ad6f1e08aeb070caa (diff)
downloadaur-python-matplotlib-pgfutils.tar.gz
Update to 1.7.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca33e0d67afd..8c7773dde660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-matplotlib-pgfutils
pkgdesc = Utilities for generating PGF figures from Matplotlib
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://matplotlib-pgfutils.readthedocs.io/
arch = any
@@ -8,8 +8,9 @@ pkgbase = python-matplotlib-pgfutils
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = texlive-core
+ makedepends = python-setuptools
depends = python-matplotlib
- source = matplotlib-pgfutils-1.6.0.tar.gz::https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.6.0.tar.gz
- sha256sums = 019e1cab6e0b74a870ecb93ed5a8a04472118cdd5808da2909f52df62dd9cc23
+ source = matplotlib-pgfutils-1.7.0.tar.gz::https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.7.0.tar.gz
+ sha256sums = 70f381e872225c2d08c8f8298ba27803de9ad2cf71c2558764b86394700c75f3
pkgname = python-matplotlib-pgfutils
diff --git a/PKGBUILD b/PKGBUILD
index 852f74857368..219dd4107f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=python-matplotlib-pgfutils
pkgdesc="Utilities for generating PGF figures from Matplotlib"
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
url="https://matplotlib-pgfutils.readthedocs.io/"
arch=('any')
depends=('python-matplotlib')
+makedepends=('python-setuptools')
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=('019e1cab6e0b74a870ecb93ed5a8a04472118cdd5808da2909f52df62dd9cc23')
+sha256sums=('70f381e872225c2d08c8f8298ba27803de9ad2cf71c2558764b86394700c75f3')
build() {
cd "matplotlib-pgfutils-${pkgver}"