summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"