summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc02653cf4e..a57f21466104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-colorthief
pkgdesc = A Python module for grabbing the color palette from an image.
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/fengsp/color-thief-py
arch = any
license = custom:3-clause BSD
@@ -9,8 +9,8 @@ pkgbase = python-colorthief
depends = python
depends = python-pillow
provides = python-colorthief
- source = https://github.com/fengsp/color-thief-py/archive/0.2.tar.gz
- sha256sums = 7a7e00bb62ca4698b268b5aea0368d337443c4b10affd4e9f6b80b64a957eeff
+ source = https://github.com/fengsp/color-thief-py/archive/0.2.1.tar.gz
+ sha256sums = f2c47cad43809048adb9be1e4e63519d32e3b68532e8f0ab7bf46a58ddf7d099
pkgname = python-colorthief
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() {