summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Brown2017-01-08 15:53:28 -0500
committerShane Brown2017-01-08 15:53:28 -0500
commitc1b380408178b2ec57545fc0e5b9d017024f282c (patch)
tree999615eb115f0d84df4515fe57b1230db21871f7
parent80d2bfcf9024a21735913340dca1d87c3e23ae8d (diff)
downloadaur-c1b380408178b2ec57545fc0e5b9d017024f282c.tar.gz
bumped pkg version for python3.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e2ddf5300a..ebc02653cf4e 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 = 1
+ pkgrel = 2
url = https://github.com/fengsp/color-thief-py
arch = any
license = custom:3-clause BSD
diff --git a/PKGBUILD b/PKGBUILD
index ebc330a3c230..3522688b1387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shane "SajeOne" Brown <contact@shane-brown.ca>
pkgname=python-colorthief
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python module for grabbing the color palette from an image."
arch=('any')
url="https://github.com/fengsp/color-thief-py"