summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatthew mcginn2023-08-01 11:37:35 -0400
committermatthew mcginn2023-08-01 11:37:35 -0400
commitb9fca52ab99ffa5142d9ea058fe66c9b6967d49c (patch)
tree258ee71cb8440d041df64f0df5687f319fd88316 /PKGBUILD
parente161ab8e249defcfef647e305fe971df7283fee2 (diff)
downloadaur-python-matplotlib-venn.tar.gz
bump pkg version
Signed-off-by: matthew mcginn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd9ba5b3eba5..dad8999e7365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-matplotlib-venn
_upstream_pkgname=matplotlib-venn
-pkgver=0.11.6
+pkgver=0.11.9
pkgrel=1
pkgdesc="Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib"
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python-numpy' 'python-matplotlib' 'python-scipy')
makedepends=('python-setuptools')
source=("https://github.com/konstantint/${_upstream_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('887dccc5ff8ace3ed3243f62391c346e')
+md5sums=('7f63b404ecd7fb5dec4c39d31e4043ff')
build() {
cd "${srcdir}/${_upstream_pkgname}-${pkgver}"