summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad fathoni2022-05-19 09:13:32 +0700
committerAchmad fathoni2022-05-19 09:13:32 +0700
commit42d6862cf6836a10756cdb50c7d358b541f4d24f (patch)
tree03a5fcc9051b14c654033d5f8a0e26c1abd280a3
parentd3f45fbae5be3076123f218ffbd8181a269b3471 (diff)
downloadaur-42d6862cf6836a10756cdb50c7d358b541f4d24f.tar.gz
0.12.9b0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698cd54def09..eb7b4c2f6dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mplfinance
pkgdesc = Utilities for the visualization, and visual analysis, of financial data
- pkgver = 0.12.8b9
+ pkgver = 0.12.9b0
pkgrel = 1
url = https://pypi.org/project/mplfinance
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-mplfinance
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/m/mplfinance/mplfinance-0.12.8b9.tar.gz
- sha256sums = 7e5adc924ca044620b1aeabd88a85209cacc56b6ddaf376f3ce0492c0cb1434c
+ source = https://files.pythonhosted.org/packages/source/m/mplfinance/mplfinance-0.12.9b0.tar.gz
+ sha256sums = b231791687b421b6efe1e78d3d1d1d65fe7df09bc67d1a264056160eba086ff0
pkgname = python-mplfinance
diff --git a/PKGBUILD b/PKGBUILD
index fed213776ebb..f6a37a1d1d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-mplfinance
_pkgname=${pkgname:7}
-pkgver=0.12.8b9
+pkgver=0.12.9b0
pkgrel=1
pkgdesc="Utilities for the visualization, and visual analysis, of financial data"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=(python-build python-installer python-wheel)
depends=(python)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('7e5adc924ca044620b1aeabd88a85209cacc56b6ddaf376f3ce0492c0cb1434c')
+sha256sums=('b231791687b421b6efe1e78d3d1d1d65fe7df09bc67d1a264056160eba086ff0')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}