summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2024-04-29 09:49:10 -0700
committerGraham Smith2024-04-29 09:49:10 -0700
commit5aab7937a72db9d1fb47aa39cc893595390b2166 (patch)
tree89892f1a48794961724b0218c5193186db84663b /PKGBUILD
parenteab83f699ab3627edeafb83cf2ec0a2813563783 (diff)
downloadaur-5aab7937a72db9d1fb47aa39cc893595390b2166.tar.gz
commented out influx code as python-influxdb is currently orphaned
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfa053a453c1..98df0e49fd20 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
@@ -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=('4c69c8fe6e8d9b44b185a898f891a671')
+md5sums=('2338c57ff42f67da19cd3df0a5705fb2')
package()
{