summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Icenhour2021-02-25 00:38:52 -0600
committerChris Icenhour2021-02-25 00:38:52 -0600
commitc8a7c91eaa34ddeb9948f69e260cdc1a3b698ef6 (patch)
treee680864facd2b42a45ba5216faaa7673d636e4bd /PKGBUILD
parent51926823d79893626271b8e8b8a1731a00655e1d (diff)
downloadaur-c8a7c91eaa34ddeb9948f69e260cdc1a3b698ef6.tar.gz
Update version and deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 335f64317113..887ac5c4cb89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
# Maintainer: Chris Icenhour <chris@randomlinux.com>
pkgname=python-freqtrade-git
-pkgver=0.14.3.r10509.g4e5f8478
+pkgver=0.14.3.r10536.g1f30c3d7
pkgrel=1
pkgdesc="Free, open source crypto trading bot"
url="https://github.com/freqtrade/freqtrade"
arch=('any')
-license=('GPLv3')
+license=('GPL3')
provides=('python-freqtrade')
makedepends=('python' 'python-setuptools' 'git')
-depends=('python-sqlalchemy' 'python-cachetools'
- 'python-arrow' 'python-requests' 'ta-lib' 'python-pip'
+depends=( 'python-cachetools' 'python-arrow' 'python-requests' 'ta-lib' 'python-pip'
'python-urllib3' 'python-wrapt' 'python-pandas' 'python-scikit-learn'
'python-scipy' 'python-jsonschema' 'python-numpy' 'python-pytest'
'python-pytest-mock' 'python-pytest-cov' 'python-networkx'
'python-telegram-bot' 'python-tabulate' 'python-hyperopt' 'python-ta-lib'
'python-bittrex' 'python-questionary' 'python-jinja' 'python-sdnotify' 'python-rapidjson'
'python-hyperopt' 'python-coinmarketcap' 'python-ccxt' 'python-certifi' 'python-aiohttp'
- 'python-pytables' )
+ 'python-pytables' 'python-apscheduler')
source=("$pkgname"::"git://github.com/freqtrade/freqtrade.git#branch=develop")
sha256sums=('SKIP')