summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9945697cd74b..519ac637f432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_projname=colored
pkgname=python-colored
pkgver=1.3.93
-pkgrel=2
+pkgrel=3
pkgdesc='Very simple Python library for color and formatting in terminal'
arch=('any')
url="https://gitlab.com/dslackw/${_projname}"
license=('GPL3')
depends=('python')
+makedepends=('python-setuptools')
source=("${pkgname}-v${pkgver}.tar.gz::https://gitlab.com/dslackw/${_projname}/-/archive/${pkgver}/colored-${pkgver}.tar.gz")
sha256sums=('a8854f55bb372140fe1c4b3484f0750c6cdf9d89c06b82940c399b36307e5d74')