summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorslackk2020-03-17 09:30:02 -0400
committerslackk2020-03-17 09:30:02 -0400
commit277adad1d7fb90d621fa2897306856f46f9f5c0c (patch)
tree9bbcc6357f1b97305836ae7e9e3ec1045eb60d3e /PKGBUILD
parentb81a7aa8b73ab03f49f6b269bc5ba9541334dbcc (diff)
downloadaur-277adad1d7fb90d621fa2897306856f46f9f5c0c.tar.gz
added python-sdnotify dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9360a1e27cb..e9f49d44b560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python-sqlalchemy' 'python-cachetools'
'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-bittrex' 'python-questionary' 'python-jinja' 'python-sdnotify')
_branch="master"
source=("$pkgname"::"git://github.com/gcarq/freqtrade.git#branch=${_branch}")