summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2024-04-16 08:58:31 -0700
committerGraham Smith2024-04-16 08:58:31 -0700
commiteab83f699ab3627edeafb83cf2ec0a2813563783 (patch)
treeb09305b814d0b7719f153554b58f41e400b2ebb1 /PKGBUILD
parentf250155c6ba496462166d85748ac246165efe1ec (diff)
downloadaur-eab83f699ab3627edeafb83cf2ec0a2813563783.tar.gz
updated parsing of targets
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c748e2106fde..bfa053a453c1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.6
+pkgver=2.0.7
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=('7d9987e3364b7169ef2edf95af917282')
+md5sums=('4c69c8fe6e8d9b44b185a898f891a671')
package()
{