summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-10-26 13:19:25 -0700
committerGraham Smith2022-10-26 13:19:25 -0700
commite1e121f08f05d528ef30bb5faee8a39f7a3025af (patch)
tree91f04f1a3fb27e3df3e660e266f05b0543f0ff3a /PKGBUILD
parented753c39d27c98f6631ab5ae2c3fd462f1b382d8 (diff)
downloadaur-e1e121f08f05d528ef30bb5faee8a39f7a3025af.tar.gz
improved format of printing costs
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 451a6065ef70..99e23e488843 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+pkgrel=1
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
license=('GPL')
@@ -10,7 +10,7 @@ url='https://github.com/gps1539/stock_quote'
depends=('python' 'python-numpy' 'python-colorama' 'python-influxdb' 'python-pandas' 'python-plotly')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
-md5sums=('d05fb847b40686ade7702601e06e55dc')
+md5sums=('79b94d028e8f574bedb0e870a360e9f3')
package()
{