summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2024-05-14 10:32:47 -0700
committerGraham Smith2024-05-14 10:32:47 -0700
commit9f2cb37bb92760a8fc46ee5b27e42d1776dbe778 (patch)
tree80cac94b2062a5118b7f4b716ac79b6969f76be4
parent5aab7937a72db9d1fb47aa39cc893595390b2166 (diff)
downloadaur-stock_quote.tar.gz
updated parsing of targets
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b000b7bda89..7380783149a3 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 2.0.8
+ pkgver = 2.0.9
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,6 +12,6 @@ pkgbase = stock_quote
depends = python-pandas
depends = python-plotly
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = 2338c57ff42f67da19cd3df0a5705fb2
+ md5sums = 64f4659898581e30bace209776199429
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 98df0e49fd20..cf4076ea08f5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.8
+pkgver=2.0.9
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=('2338c57ff42f67da19cd3df0a5705fb2')
+md5sums=('64f4659898581e30bace209776199429')
package()
{