summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-06-25 09:54:02 +0200
committerLuca Weiss2019-06-25 09:54:02 +0200
commitdae359027ff4cac15457a267f2345a3226433708 (patch)
treedbd00ba43011c688382101cbf283510bb2712319
parent27562a1d392be7f44e273ec159dde1b83122d104 (diff)
downloadaur-dae359027ff4cac15457a267f2345a3226433708.tar.gz
upgpkg: python-colr 0.8.9-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 875ad0c6daa1..72d25a1bb994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-colr
pkgdesc = Easy terminal colors, with chainable methods.
- pkgver = 0.8.6
+ pkgver = 0.8.9
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.6.tar.gz
- sha512sums = 63e763129eef15f930a74496e8e5c5aac2b76663e73a9f9260b44687542fb5e11bd6cfcfba3fd1d4978620ff551d5f36a06f26d6f4b845a575a7f0b319aae02d
+ source = https://files.pythonhosted.org/packages/source/C/Colr/Colr-0.8.9.tar.gz
+ sha512sums = 7626ef537ecf25315aa4d0ac87059e2a2e81ee2b7afae0b67327b6ad0542477ba78a9cd8159fe93710393d150edbfdb95fa5a1c8e325e118351d4f3fb68f937c
pkgname = python-colr
diff --git a/PKGBUILD b/PKGBUILD
index 2cf95d0d9feb..5c72e7f17b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=Colr
pkgname=python-colr
-pkgver=0.8.6
+pkgver=0.8.9
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=('63e763129eef15f930a74496e8e5c5aac2b76663e73a9f9260b44687542fb5e11bd6cfcfba3fd1d4978620ff551d5f36a06f26d6f4b845a575a7f0b319aae02d')
+sha512sums=('7626ef537ecf25315aa4d0ac87059e2a2e81ee2b7afae0b67327b6ad0542477ba78a9cd8159fe93710393d150edbfdb95fa5a1c8e325e118351d4f3fb68f937c')
package() {
cd "$_name-$pkgver"