summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2018-01-31 10:03:33 +0100
committerRiccardo Berto2018-01-31 10:03:33 +0100
commit1e83a801a59e30884e6aa1153f60a8e71fc8e634 (patch)
tree62d578f0d54ca6e3c4dac913ddab5bbc8c0fbbf7
parent42824dba87212e1879b21d83fa93ba435042c5fe (diff)
downloadaur-1e83a801a59e30884e6aa1153f60a8e71fc8e634.tar.gz
1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3287dfa714..0bb1fba71873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-alpha-vantage
pkgdesc = Python module to get stock data from the Alpha Vantage API.
- pkgver = 1.2.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/RomelTorres/alpha_vantage
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-alpha-vantage
depends = python-requests
depends = python-simplejson
depends = python-pandas
- source = https://github.com/RomelTorres/alpha_vantage/archive/1.2.0.tar.gz
- md5sums = af8162d2a59dcdb95b16b75e20417584
+ source = https://github.com/RomelTorres/alpha_vantage/archive/1.8.0.tar.gz
+ md5sums = 645699c44e681b3ccba0f29a076c8446
pkgname = python-alpha-vantage
diff --git a/PKGBUILD b/PKGBUILD
index 0687fcb60f3c..06d58be2a1f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-alpha-vantage'
_pkgname='alpha_vantage'
-pkgver=1.2.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="Python module to get stock data from the Alpha Vantage API."
arch=("any")
@@ -11,8 +11,8 @@ url="https://github.com/RomelTorres/alpha_vantage"
license=('MIT')
depends=("python" "python-requests" "python-simplejson" "python-pandas")
makedepends=("python-setuptools")
-source=("https://github.com/RomelTorres/alpha_vantage/archive/$pkgver.tar.gz")
-md5sums=('af8162d2a59dcdb95b16b75e20417584')
+source=("$url/archive/$pkgver.tar.gz")
+md5sums=('645699c44e681b3ccba0f29a076c8446')
build() {
cd "$_pkgname-$pkgver"