summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:34:58 +0100
committerRhys Perry2020-04-14 10:34:58 +0100
commit84c96cb78b26b88f09583a5a8b3b81e970316001 (patch)
tree3e925a80eee92b18f60a78269ebbba06d52144ac /PKGBUILD
parent88707c72c60f194f87c25c7317b9d0a808205172 (diff)
downloadaur-84c96cb78b26b88f09583a5a8b3b81e970316001.tar.gz
Added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34d9b42b3385..e4adfccce2b3 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)
+depends=(python python-setuptools python-requests python-ruamel-yaml)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')