summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-04-14 10:22:41 +0100
committerRhys Perry2020-04-14 10:22:41 +0100
commit88707c72c60f194f87c25c7317b9d0a808205172 (patch)
treecca89bc56e0fc17f71d1a0f3204bdf17113c0293
parentb24dcc3bc7c474a83155d00eb6437985ba85fbdd (diff)
downloadaur-88707c72c60f194f87c25c7317b9d0a808205172.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 1e66367ffdfd..0ffc85ee187c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = foxify-cli-git
license = GPL3
depends = python
depends = python-setuptools
+ depends = python-requests
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 77cf217e52ce..34d9b42b3385 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)
+depends=(python python-setuptools python-requests)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')