summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:47:57 +0100
committerRhys Perry2020-04-14 10:47:57 +0100
commit548cde1af270f54b8f3d8b322e18f16483a20102 (patch)
treea1be5777838a85e54449b15bfa4d551fb2518fce
parent6b315e07163ef2271973f51a8899f83a1f77e68a (diff)
downloadaur-548cde1af270f54b8f3d8b322e18f16483a20102.tar.gz
Added yet *another* missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9150aa9b3372..f4a06e21a9c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = foxify-cli-git
depends = python-ruamel-yaml
depends = python-psutil
depends = python-fuzzywuzzy
+ depends = python-tqdm
provides = foxify-cli
conflicts = foxify-cli
source = foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index b3202ad5ac84..26d0bacb1567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Firefox Command-Line Theme Manager'
arch=(any)
url='https://github.com/M4cs/foxify-cli'
license=(GPL3)
-depends=(python python-setuptools python-requests python-ruamel-yaml python-psutil python-fuzzywuzzy)
+depends=(python python-setuptools python-requests python-ruamel-yaml python-psutil python-fuzzywuzzy python-tqdm)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')