summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2017-01-09 13:24:01 +0100
committerMaikel Wever2017-01-09 13:24:01 +0100
commit59c3208461fc4842f4a284c7ea7145a4a6ebe7dd (patch)
treeef917ae891238e05a4d3df9e0b173d0d4378b797
parent2f79867840d902983fb92cca55e8b5d91f09cffb (diff)
downloadaur-59c3208461fc4842f4a284c7ea7145a4a6ebe7dd.tar.gz
Add setuptools as makedep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2a1ebcbaad1..74a345e618f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 13:58:28 UTC 2017
+# Mon Jan 9 12:23:53 UTC 2017
pkgbase = python-coloredlogs
pkgdesc = Colored terminal output for Python's logging module
pkgver = 5.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/xolox/python-coloredlogs
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-humanfriendly
source = https://github.com/xolox/python-coloredlogs/archive/5.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b66b6f33b0da..3de55e69a436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-coloredlogs
pkgver=5.2
-pkgrel=2
+pkgrel=3
pkgdesc="Colored terminal output for Python's logging module"
url="https://github.com/xolox/python-coloredlogs"
license=('MIT')
depends=('python' 'python-humanfriendly')
+makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('12b89a5dae84328d1a3382377baac637')
arch=('any')