summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222988c213e4..20f5a9a64eb0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 1.9.4
- pkgrel = 2
+ pkgver = 1.9.5
+ pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
license = GPL
@@ -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 = d05fb847b40686ade7702601e06e55dc
+ md5sums = 79b94d028e8f574bedb0e870a360e9f3
pkgname = stock_quote
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()
{