summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcmel Berk CANLIER2017-09-29 18:26:32 +0300
committerEcmel Berk CANLIER2017-09-29 18:26:32 +0300
commit0316e5b27c2433448e25aec70c572c126f1a0f9a (patch)
treeba8940dab61e6de7bdf6a27013d621331df4637d
parente9b0c29831ce94e11820ad85c043fe0236844a5e (diff)
downloadaur-0316e5b27c2433448e25aec70c572c126f1a0f9a.tar.gz
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736e1107a1b5..774aeb14f231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = userfirefox-git
license = GPLv3
depends = python
depends = python-requests
+ depends = python-yaml
source = userFirefox::git+https://github.com/Admicos/userfirefox
source = ufox.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 308fc170bf27..cb047f818af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A CLI program to manage Firefox userChrome.css changes."
url="https://github.com/Admicos/userfirefox"
arch=("any")
license=('GPLv3')
-depends=("python" "python-requests")
+depends=("python" "python-requests" "python-yaml")
source=("userFirefox::git+https://github.com/Admicos/userfirefox" "ufox.sh")
md5sums=('SKIP'
'3145ba7dd5cb2f7669ea8ae9634f407d')