summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-12-23 02:01:04 +0700
committerAchmad Fathoni2022-12-23 02:01:04 +0700
commit623a38baebed92fe1b9841ae5d2a98768f12e53f (patch)
treee9230dd008abda70c0c91fd2e91031ca5bedb005
parent64d9cd64f53ef1a4b869acb9ba81b350b8f500f0 (diff)
downloadaur-623a38baebed92fe1b9841ae5d2a98768f12e53f.tar.gz
0.12.9b7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ead370c916..e165173efa74 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.9b5
+ pkgver = 0.12.9b7
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.9b5.tar.gz
- sha256sums = 4efa30fdfbe8bebbc44dc3f651702c1fa730a3553352e6373f97de8b88df6fa5
+ source = https://files.pythonhosted.org/packages/source/m/mplfinance/mplfinance-0.12.9b7.tar.gz
+ sha256sums = 8c0ef47dfb465ea95b7c3577e261b57b5d6ad2bce6d287a17b8b4dd2fbacc92e
pkgname = python-mplfinance
diff --git a/PKGBUILD b/PKGBUILD
index 9d0171d4cd6d..6984033b3b46 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.9b5
+pkgver=0.12.9b7
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=('4efa30fdfbe8bebbc44dc3f651702c1fa730a3553352e6373f97de8b88df6fa5')
+sha256sums=('8c0ef47dfb465ea95b7c3577e261b57b5d6ad2bce6d287a17b8b4dd2fbacc92e')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}