summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9413ba70f053..2b34cf174044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-coloredlogs
-pkgver=7.3
+pkgver=10.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=('ca921f5176cfefc580e8985c448b705e')
+md5sums=('c206e2582169f0dcfdb485004464b9c3')
arch=('any')
package() {