summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3cc6020641..c8b3217a16be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-colorspacious
pkgdesc = A powerful, accurate, and easy-to-use Python library for doing colorspace conversions
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = http://colorspacious.readthedocs.org/en/latest/
arch = any
license = MIT
depends = python-numpy
- source = https://github.com/njsmith/colorspacious/archive/v1.1.0.tar.gz
+ source = https://github.com/njsmith/colorspacious/archive/v1.1.2.tar.gz
source = LICENSE
- md5sums = 4eb0f86d6ecb5f5004d8ad61531eed45
+ md5sums = 6736faaad92c6c75931fb34d86767d11
md5sums = 032f6276b1a63e4062c163daae656d61
pkgname = python-colorspacious
diff --git a/PKGBUILD b/PKGBUILD
index a9d739fe9856..80475c27338f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Antony Lee <anntzer dot lee at gmail dot com>
pkgname=python-colorspacious
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc='A powerful, accurate, and easy-to-use Python library for doing colorspace conversions'
url='http://colorspacious.readthedocs.org/en/latest/'
@@ -10,7 +10,7 @@ license=('MIT')
arch=('any')
source=("https://github.com/njsmith/colorspacious/archive/v$pkgver.tar.gz"
'LICENSE')
-md5sums=('4eb0f86d6ecb5f5004d8ad61531eed45'
+md5sums=('6736faaad92c6c75931fb34d86767d11'
'032f6276b1a63e4062c163daae656d61')
build() {