summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Icenhour2021-02-25 00:38:52 -0600
committerChris Icenhour2021-02-25 00:38:52 -0600
commitc8a7c91eaa34ddeb9948f69e260cdc1a3b698ef6 (patch)
treee680864facd2b42a45ba5216faaa7673d636e4bd
parent51926823d79893626271b8e8b8a1731a00655e1d (diff)
downloadaur-c8a7c91eaa34ddeb9948f69e260cdc1a3b698ef6.tar.gz
Update version and deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 928282fac34c..e3158b5ec902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-freqtrade-git
pkgdesc = Free, open source crypto trading bot
- pkgver = 0.14.3.r10509.g4e5f8478
+ pkgver = 0.14.3.r10536.g1f30c3d7
pkgrel = 1
url = https://github.com/freqtrade/freqtrade
arch = any
- license = GPLv3
+ license = GPL3
makedepends = python
makedepends = python-setuptools
makedepends = git
- depends = python-sqlalchemy
depends = python-cachetools
depends = python-arrow
depends = python-requests
@@ -40,6 +39,7 @@ pkgbase = python-freqtrade-git
depends = python-certifi
depends = python-aiohttp
depends = python-pytables
+ depends = python-apscheduler
provides = python-freqtrade
source = python-freqtrade-git::git://github.com/freqtrade/freqtrade.git#branch=develop
sha256sums = SKIP
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')