summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2015-10-12 15:52:14 +0200
committerChris Warrick2015-10-12 15:52:14 +0200
commit1e113f6148233460cabbc0cacf8905ae4c69c3f1 (patch)
treea97bd63ebf2db1e7dc8c3be19f8ebd85b6e6f5b9
parentebee871d1e2c932abbb2d64e712d0e02f4bfceef (diff)
downloadaur-1e113f6148233460cabbc0cacf8905ae4c69c3f1.tar.gz
husl==4.0.3
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5f0b480dace..102043ea6b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-husl
pkgdesc = Human-friendly HSL
- pkgver = 4.0.2
- pkgrel = 2
+ pkgver = 4.0.3
+ pkgrel = 1
url = http://husl-colors.org/
arch = any
license = MIT
@@ -10,8 +10,8 @@ pkgbase = python-husl
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://pypi.python.org/packages/source/h/husl/husl-4.0.2.tar.gz
- md5sums = 1d121924a4142d124e4c19bb19ee36ef
+ source = https://pypi.python.org/packages/source/h/husl/husl-4.0.3.tar.gz
+ md5sums = 7228a056708ac92a8b1cc20a0ab18639
pkgname = python-husl
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5aafa2f04088..be2ba01147da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-husl
pkgname=('python-husl' 'python2-husl')
_pyname=husl
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.0.3
+pkgrel=1
pkgdesc='Human-friendly HSL'
arch=('any')
url='http://husl-colors.org/'
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('1d121924a4142d124e4c19bb19ee36ef')
+md5sums=('7228a056708ac92a8b1cc20a0ab18639')
prepare() {
cd "${srcdir}/${_pyname}-${pkgver}"