summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-04-06 21:20:36 +0200
committerLuca Weiss2019-04-06 21:20:36 +0200
commit27562a1d392be7f44e273ec159dde1b83122d104 (patch)
treed57f6103f5c4949adfec540c592dfaa3f99ab5c9
parentfd691360ca859704224ef6bc2946c95e2863b4e9 (diff)
downloadaur-27562a1d392be7f44e273ec159dde1b83122d104.tar.gz
upgpkg: python-colr 0.8.6-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cf248a40b2..875ad0c6daa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-colr
pkgdesc = Easy terminal colors, with chainable methods.
- pkgver = 0.8.3
+ pkgver = 0.8.6
pkgrel = 1
url = https://pypi.python.org/pypi/Colr/
arch = any
license = MIT
depends = python
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/C/Colr/Colr-0.8.3.tar.gz
- sha512sums = ec07e6cc14dd9b58be73ea03a78497f4197373941d9d01029154d60022b24b8f7e3821aaa7b394f0fe0c17883604275f70fc0d57e174e12cca0a4583105ccb8f
+ source = https://files.pythonhosted.org/packages/source/C/Colr/Colr-0.8.6.tar.gz
+ sha512sums = 63e763129eef15f930a74496e8e5c5aac2b76663e73a9f9260b44687542fb5e11bd6cfcfba3fd1d4978620ff551d5f36a06f26d6f4b845a575a7f0b319aae02d
pkgname = python-colr
diff --git a/PKGBUILD b/PKGBUILD
index cd416fb99a33..2cf95d0d9feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=Colr
pkgname=python-colr
-pkgver=0.8.3
+pkgver=0.8.6
pkgrel=1
pkgdesc="Easy terminal colors, with chainable methods."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('ec07e6cc14dd9b58be73ea03a78497f4197373941d9d01029154d60022b24b8f7e3821aaa7b394f0fe0c17883604275f70fc0d57e174e12cca0a4583105ccb8f')
+sha512sums=('63e763129eef15f930a74496e8e5c5aac2b76663e73a9f9260b44687542fb5e11bd6cfcfba3fd1d4978620ff551d5f36a06f26d6f4b845a575a7f0b319aae02d')
package() {
cd "$_name-$pkgver"