summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:43:46 +0100
committerRhys Perry2020-04-14 10:43:46 +0100
commit6b315e07163ef2271973f51a8899f83a1f77e68a (patch)
tree459843e40b2a53d0f87373e6a04ee8f9a4a0b432
parentfe74d28256cd4043e624e2027cdb32c5e52f0c86 (diff)
downloadaur-6b315e07163ef2271973f51a8899f83a1f77e68a.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 326e3c8c7d08..9150aa9b3372 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = foxify-cli-git
depends = python-requests
depends = python-ruamel-yaml
depends = python-psutil
+ depends = python-fuzzywuzzy
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 d579bced62a9..b3202ad5ac84 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)
+depends=(python python-setuptools python-requests python-ruamel-yaml python-psutil python-fuzzywuzzy)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')