summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutoupdate2017-09-29 12:06:22 +0000
committerAutoupdate2017-09-29 12:06:22 +0000
commitc858743b1bc621a4dba169b6344c7e9630488570 (patch)
tree354e0789e6614d7d633157ccbb1e01f32303947c
parentbc2da8fa58b135794de8d75a99b78a848da9a158 (diff)
downloadaur-c858743b1bc621a4dba169b6344c7e9630488570.tar.gz
[autoupdate] Update to 7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74a345e618f1..e736bbbb79e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 12:23:53 UTC 2017
+# Fri Sep 29 12:06:22 UTC 2017
pkgbase = python-coloredlogs
pkgdesc = Colored terminal output for Python's logging module
- pkgver = 5.2
+ pkgver = 7.3
pkgrel = 3
url = https://github.com/xolox/python-coloredlogs
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-coloredlogs
makedepends = python-setuptools
depends = python
depends = python-humanfriendly
- source = https://github.com/xolox/python-coloredlogs/archive/5.2.tar.gz
- md5sums = 12b89a5dae84328d1a3382377baac637
+ source = https://github.com/xolox/python-coloredlogs/archive/7.3.tar.gz
+ md5sums = 14919bf91614cbc563479328cc11b9f1
pkgname = python-coloredlogs
diff --git a/PKGBUILD b/PKGBUILD
index 3de55e69a436..68b2602e46fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-coloredlogs
-pkgver=5.2
+pkgver=7.3
pkgrel=3
pkgdesc="Colored terminal output for Python's logging module"
url="https://github.com/xolox/python-coloredlogs"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python' 'python-humanfriendly')
makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('12b89a5dae84328d1a3382377baac637')
+md5sums=('14919bf91614cbc563479328cc11b9f1')
arch=('any')
package() {