summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e604943b5b..04b449605aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = foxify-cli-git
pkgdesc = Firefox Command-Line Theme Manager
pkgver = 4a780aa
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/M4cs/foxify-cli
arch = any
license = GPL3
+ makedepends = python-setuptools
depends = python
- depends = python-setuptools
depends = python-requests
depends = python-ruamel-yaml
depends = python-psutil
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')