summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-05-30 10:11:14 +0700
committerAchmad Fathoni2022-05-30 10:11:14 +0700
commit850e028b4154961b2d7cf8a573b23002b6905d34 (patch)
tree75c57a2245bed96cac8c171e480552aa3cbc9bd9 /PKGBUILD
parent42d6862cf6836a10756cdb50c7d358b541f4d24f (diff)
downloadaur-850e028b4154961b2d7cf8a573b23002b6905d34.tar.gz
0.12.9b1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6a37a1d1d78..c3b1de234633 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.9b0
+pkgver=0.12.9b1
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=('b231791687b421b6efe1e78d3d1d1d65fe7df09bc67d1a264056160eba086ff0')
+sha256sums=('33691b7d84cfc88d3c56e21583a3c8a655bc0bbaa334c07593de166b82bf81b2')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}