summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:39:03 +0100
committerRhys Perry2020-04-14 10:39:03 +0100
commitfe74d28256cd4043e624e2027cdb32c5e52f0c86 (patch)
tree08e6097d650fbd86bfca1c9f1c2b845174314b14
parent84c96cb78b26b88f09583a5a8b3b81e970316001 (diff)
downloadaur-fe74d28256cd4043e624e2027cdb32c5e52f0c86.tar.gz
Added *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 465f49ff6658..326e3c8c7d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = foxify-cli-git
depends = python-setuptools
depends = python-requests
depends = python-ruamel-yaml
+ depends = python-psutil
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 e4adfccce2b3..d579bced62a9 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)
+depends=(python python-setuptools python-requests python-ruamel-yaml python-psutil)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')