summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2019-07-25 14:37:21 +0200
committerBlair Bonnett2019-07-25 14:37:21 +0200
commit24034eee493bcedbd1c61d4393d0c008a214854a (patch)
tree49e38119273b4a28caa53e18b8e9ec7670d017d1
parent5905f3372b185511d9658dbbd124e57ba0d8623a (diff)
downloadaur-24034eee493bcedbd1c61d4393d0c008a214854a.tar.gz
Update to v1.1.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b09e072a5a..7f06c19d1d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-matplotlib-pgfutils
pkgdesc = Utilities for generating PGF figures from Matplotlib
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/bcbnz/matplotlib-pgfutils
arch = any
license = BSD
depends = python-matplotlib>=1.2
- source = https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.0.0.tar.gz
- sha256sums = 9cada01e4559f2e43f75dff562f7a209f0185ed990d61428c5b21bc9bf9b1daf
+ source = https://github.com/bcbnz/matplotlib-pgfutils/archive/v1.1.0.tar.gz
+ sha256sums = b67b22a7f7ea0663082168e2ab3c81094630e1134d983b950359b71e35a6cc29
pkgname = python-matplotlib-pgfutils
diff --git a/PKGBUILD b/PKGBUILD
index 0819dfbe4a96..b97f0718f72e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-matplotlib-pgfutils
pkgdesc="Utilities for generating PGF figures from Matplotlib"
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
url="https://github.com/bcbnz/matplotlib-pgfutils"
arch=('any')
depends=('python-matplotlib>=1.2')
license=('BSD')
source=("https://github.com/bcbnz/matplotlib-pgfutils/archive/v${pkgver}.tar.gz")
-sha256sums=("9cada01e4559f2e43f75dff562f7a209f0185ed990d61428c5b21bc9bf9b1daf")
+sha256sums=("b67b22a7f7ea0663082168e2ab3c81094630e1134d983b950359b71e35a6cc29")
build() {
cd "matplotlib-pgfutils-${pkgver}"