summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-10-25 14:54:46 +0100
committerIyán Méndez Veiga2020-10-25 14:54:46 +0100
commit2deb8db57707d170901863507cf7e4ed601988ca (patch)
tree1d0142adf60c04015453bdb9e380d452348de68f /PKGBUILD
parent7d545da3d5cf5aed44cceec3de432df9e025d0b7 (diff)
downloadaur-2deb8db57707d170901863507cf7e4ed601988ca.tar.gz
Fix source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2de3bfc9f7f2..5152ec6f3188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yfinance
pkgname=python-${_pkgname}
pkgver=0.1.55
-pkgrel=1
+pkgrel=2
pkgdesc="Yahoo! Finance market data downloader (+faster Pandas Datareader)"
arch=('x86_64')
url="https://github.com/ranaroussi/yfinance"
@@ -15,7 +15,7 @@ depends=(
'python-multitasking'
)
makedepends=('python-setuptools')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ranaroussi/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('714ea94be18346a5ee1e40e8e68292d3bbdcaeb8dcb26d8c0d1b5e2f8f749dc8')
build() {