summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-11-12 19:14:24 -0800
committerAndy Weidenbaum2015-11-12 19:14:24 -0800
commitf987a3185940c51a95ad79ee6fc0f0818eab3f73 (patch)
treebc1174af71777a5065bf5137a03dc226c25f02e6
parentf8487c6d10a7d7d7faa0f6324fb398153f8d6998 (diff)
downloadaur-f987a3185940c51a95ad79ee6fc0f0818eab3f73.tar.gz
update pkgver to 3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def249d0aaf6..87379c959253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-coloredlogs
pkgdesc = Colored stream handler for the logging module
- pkgver = 3.1.4
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/xolox/python-coloredlogs
arch = any
@@ -12,9 +12,9 @@ pkgbase = python2-coloredlogs
provides = python2-coloredlogs
conflicts = coloredlogs
options = !emptydirs
- source = https://pypi.python.org/packages/source/c/coloredlogs/coloredlogs-3.1.4.tar.gz
- md5sums = ce7749daf7e3af63fb987b465c451060
- sha256sums = c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c
+ source = https://pypi.python.org/packages/source/c/coloredlogs/coloredlogs-3.3.tar.gz
+ md5sums = 856546014a349e6c3e0654f20049a778
+ sha256sums = 64ab2264cd3fb95f0bab565aa80e660d436c4c7f724db13f33be497d79c13398
pkgname = python2-coloredlogs
diff --git a/PKGBUILD b/PKGBUILD
index 00e35369fbea..492428046020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-coloredlogs
-pkgver=3.1.4
+pkgver=3.3
pkgrel=1
pkgdesc="Colored stream handler for the logging module"
arch=('any')
@@ -11,8 +11,8 @@ url="https://github.com/xolox/python-coloredlogs"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/c/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('ce7749daf7e3af63fb987b465c451060')
-sha256sums=('c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c')
+md5sums=('856546014a349e6c3e0654f20049a778')
+sha256sums=('64ab2264cd3fb95f0bab565aa80e660d436c4c7f724db13f33be497d79c13398')
provides=('coloredlogs' 'python2-coloredlogs')
conflicts=('coloredlogs')