summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2021-10-28 09:24:46 -0300
committerFilipe Nascimento2021-10-28 09:24:46 -0300
commit327d569df1b92258d33f988ecb79f591d6120f04 (patch)
tree6e99708cdf650ad360cb1344c7ab0af1d8dd8251
parent4388335cca792d76ea459d37155df3c623d4200f (diff)
downloadaur-327d569df1b92258d33f988ecb79f591d6120f04.tar.gz
upgpkg: python-colored 1.4.3-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f96c96dd51..36b6ebd471e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-colored
pkgdesc = Very simple Python library for color and formatting in terminal
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://gitlab.com/dslackw/colored
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/c/colored/colored-1.4.2.tar.gz
- sha256sums = 056fac09d9e39b34296e7618897ed1b8c274f98423770c2980d829fd670955ed
+ source = https://files.pythonhosted.org/packages/source/c/colored/colored-1.4.3.tar.gz
+ sha256sums = b7b48b9f40e8a65bbb54813d5d79dd008dc8b8c5638d5bbfd30fc5a82e6def7a
pkgname = python-colored
-
diff --git a/PKGBUILD b/PKGBUILD
index 6439615de2a6..1a988ad07044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-colored
_name=${pkgname#python-}
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Very simple Python library for color and formatting in terminal"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('056fac09d9e39b34296e7618897ed1b8c274f98423770c2980d829fd670955ed')
+sha256sums=('b7b48b9f40e8a65bbb54813d5d79dd008dc8b8c5638d5bbfd30fc5a82e6def7a')
build() {
cd $_name-$pkgver