summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46385800019f..c5d60f05735d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-yfinance
pkgdesc = Yahoo! Finance market data downloader (+faster Pandas Datareader)
pkgver = 0.2.37
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ranaroussi/yfinance
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 9a8a2da436dd..c1823ca6b906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-yfinance
_name=${pkgname#python-}
pkgver=0.2.37
-pkgrel=1
+pkgrel=2
pkgdesc="Yahoo! Finance market data downloader (+faster Pandas Datareader)"
arch=('any')
url="https://github.com/ranaroussi/yfinance"
-license=('Apache')
+license=('Apache-2.0')
depends=(
'python-appdirs'
'python-beautifulsoup4'