python-plotnine: auto updated to 0.13.3-1

This commit is contained in:
BioArchLinuxBot 2024-03-27 18:05:17 +00:00
parent 98ceba01d1
commit 0574d5f248

View file

@ -2,7 +2,7 @@
pkgname='python-plotnine' pkgname='python-plotnine'
_module=${pkgname#python-} _module=${pkgname#python-}
pkgver=0.13.2 pkgver=0.13.3
pkgrel=1 pkgrel=1
pkgdesc="A Grammar of Graphics for Python" pkgdesc="A Grammar of Graphics for Python"
arch=('x86_64') arch=('x86_64')
@ -21,7 +21,7 @@ depends=(python
makedepends=(python-build makedepends=(python-build
python-installer) python-installer)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz")
sha256sums=('3726aa34196f140f5e1f22936658e6c39701c5ebf20f30defc4b4a4a08335134') sha256sums=('4fb967c6f7345fddcb4d566a95fcbff8c56e14134a31e122731ded6ccb91af60')
build() { build() {
cd "${srcdir}/${_module}-${pkgver}" cd "${srcdir}/${_module}-${pkgver}"