summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhys Perry2020-10-09 19:25:36 +0100
committerRhys Perry2020-10-09 19:25:36 +0100
commitd71ec44e8d5c14fb970572721d46a99d05cbc285 (patch)
treed1625c484bc04dbfde4c0331685e5fb09dcf569d /PKGBUILD
parent95e009c55df4f20346ddec6b224bb34515de07fc (diff)
downloadaur-foxify-cli-git.tar.gz
Moved setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f4c5c8f6555..03ad91e784cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@ pkgname=foxify-cli-git
conflicts=('foxify-cli')
provides=('foxify-cli')
pkgver=4a780aa
-pkgrel=2
+pkgrel=3
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 python-psutil python-fuzzywuzzy python-tqdm python-colorama python-levenshtein python-gitpython)
+makedepends=(python-setuptools)
+depends=(python python-requests python-ruamel-yaml python-psutil python-fuzzywuzzy python-tqdm python-colorama python-levenshtein python-gitpython)
source=("foxify-cli-git::git+https://github.com/M4cs/foxify-cli.git")
sha256sums=('SKIP')