python-upsetplot: auto updated to 0.8.2-1

This commit is contained in:
BioArchLinuxBot 2023-12-28 06:01:25 +00:00
parent b06e5c15c3
commit 4931c55a97

View file

@ -2,8 +2,8 @@
pkgname=python-upsetplot
_module=UpSetPlot
pkgver=0.8.0
pkgrel=2
pkgver=0.8.2
pkgrel=1
pkgdesc='Python implementation of UpSet plots by Lex et al. doi:10.1109/TVCG.2014.2346248'
arch=(any)
url='https://github.com/jnothman/UpSetPlot'
@ -21,7 +21,7 @@ makedepends=(
'python-pytest-runner'
)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('d470afe517bd10f3b08f95bba356da4b4f0593bcffdb76e65cdc8c8cd0e3927f')
sha256sums=('3d8b0ca0d48589f0fee19d7640f5805ecec76b4c9b4867938cdb23c52ccfedf5')
build() {
cd "$_module-$pkgver"