summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Brown2017-02-16 17:14:17 -0500
committerShane Brown2017-02-16 17:14:17 -0500
commit5b6aaac833bfc28737c02078aaee5399f946d244 (patch)
treeb7c9a2a92170f4a99875420a685a961bff65a7a0 /PKGBUILD
parentc1b380408178b2ec57545fc0e5b9d017024f282c (diff)
downloadaur-python-colorthief.tar.gz
updated package to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3522688b1387..58be6afb64c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shane "SajeOne" Brown <contact@shane-brown.ca>
pkgname=python-colorthief
-pkgver=0.2
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A Python module for grabbing the color palette from an image."
arch=('any')
url="https://github.com/fengsp/color-thief-py"
@@ -10,7 +10,7 @@ depends=('python' 'python-pillow')
makedepends=('python-setuptools')
provides=('python-colorthief')
source=("https://github.com/fengsp/color-thief-py/archive/$pkgver.tar.gz")
-sha256sums=('7a7e00bb62ca4698b268b5aea0368d337443c4b10affd4e9f6b80b64a957eeff')
+sha256sums=('f2c47cad43809048adb9be1e4e63519d32e3b68532e8f0ab7bf46a58ddf7d099')
_gitname=color-thief-py
package() {