summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2020-12-10 17:51:47 +0100
committerMaikel Wever2020-12-10 17:51:47 +0100
commit0a47739a62fe6ac3e145966a0a04e2500791245d (patch)
tree093024fe4b1064a612b2aaad43b97d5387fbedc8
parent3f3335445b0154ac04b1870c6e8227fd905c85f6 (diff)
downloadaur-0a47739a62fe6ac3e145966a0a04e2500791245d.tar.gz
Update to 15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b21bb264da..cf3a86a6c2a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-coloredlogs
pkgdesc = Colored terminal output for Python's logging module
- pkgver = 14.0
+ pkgver = 15.0
pkgrel = 1
url = https://github.com/xolox/python-coloredlogs
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-coloredlogs
makedepends = python-setuptools
depends = python
depends = python-humanfriendly
- source = https://github.com/xolox/python-coloredlogs/archive/14.0.tar.gz
- md5sums = e6a0d2676f4ccf329445c99c0f91e4ec
+ source = https://github.com/xolox/python-coloredlogs/archive/15.0.tar.gz
+ md5sums = 1999ab887e0bf410921c85ade47c1317
pkgname = python-coloredlogs
diff --git a/PKGBUILD b/PKGBUILD
index c067fd5cded8..42bd42f969d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-coloredlogs
-pkgver=14.0
+pkgver=15.0
pkgrel=1
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=('e6a0d2676f4ccf329445c99c0f91e4ec')
+md5sums=('1999ab887e0bf410921c85ade47c1317')
arch=('any')
package() {