summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:34:58 +0100
committerRhys Perry2020-04-14 10:34:58 +0100
commit84c96cb78b26b88f09583a5a8b3b81e970316001 (patch)
tree3e925a80eee92b18f60a78269ebbba06d52144ac
parent88707c72c60f194f87c25c7317b9d0a808205172 (diff)
downloadaur-84c96cb78b26b88f09583a5a8b3b81e970316001.tar.gz
Added missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ffc85ee187c..465f49ff6658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = foxify-cli-git
depends = python
depends = python-setuptools
depends = python-requests
+ depends = python-ruamel-yaml
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 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')