summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-24 09:01:06 -0700
committerAndy Weidenbaum2015-10-24 09:01:06 -0700
commit4223a20b4f9365707dbdf7cdf97b4dd9b493026c (patch)
tree6e944a1124e26d1edb573cd201ffbf717959084d /PKGBUILD
parent7b76ee9f9322a1f49de089e395519aae05d4c820 (diff)
downloadaur-4223a20b4f9365707dbdf7cdf97b4dd9b493026c.tar.gz
update pkgver to 3.1.2, s/ansi2html/coloredlogs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 089ab0a443e7..7c2cc2960d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-coloredlogs
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Colored stream handler for the logging module"
arch=('any')
@@ -11,10 +11,10 @@ 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=('9c90d6ef8d62925778e7709b829f247d')
-sha256sums=('77fa21dec1a91a0ffb21c4d55a04128c0ae611b86bad01ff22110f792b13dd62')
-provides=('ansi2html' 'python2-coloredlogs')
-conflicts=('ansi2html')
+md5sums=('9b350787e1f7e63ef73a810856695170')
+sha256sums=('ad559e2f2e08eadfb63a210344acf0d00855ba0896fc5662e8d57e1a488e3209')
+provides=('coloredlogs' 'python2-coloredlogs')
+conflicts=('coloredlogs')
build() {
cd "$srcdir/${pkgname#python2-}-$pkgver"