summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2020-03-26 13:22:58 +0100
committerMaikel Wever2020-03-26 13:22:58 +0100
commit3f3335445b0154ac04b1870c6e8227fd905c85f6 (patch)
treec0ae5b0095d4fa8e21161fe6af0a81c35ac963d8
parent1a32026c24dd1e10b370882ec51dc7883f000c9b (diff)
downloadaur-3f3335445b0154ac04b1870c6e8227fd905c85f6.tar.gz
Update to 14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43658f10ba8e..e0b21bb264da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-coloredlogs
pkgdesc = Colored terminal output for Python's logging module
- pkgver = 10.0
- pkgrel = 3
+ pkgver = 14.0
+ pkgrel = 1
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/10.0.tar.gz
- md5sums = c206e2582169f0dcfdb485004464b9c3
+ source = https://github.com/xolox/python-coloredlogs/archive/14.0.tar.gz
+ md5sums = e6a0d2676f4ccf329445c99c0f91e4ec
pkgname = python-coloredlogs
diff --git a/PKGBUILD b/PKGBUILD
index bb80dc4c6ecd..c067fd5cded8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-coloredlogs
-pkgver=10.0
-pkgrel=3
+pkgver=14.0
+pkgrel=1
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=('c206e2582169f0dcfdb485004464b9c3')
+md5sums=('e6a0d2676f4ccf329445c99c0f91e4ec')
arch=('any')
package() {