summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2022-12-09 09:14:40 -0300
committerFilipe Nascimento2022-12-09 09:14:40 -0300
commitdc15026f167e0fcf138b7c0e15c6cc7b7ee1f7a9 (patch)
tree9104b798275575a07c504b20c449daf6a8908987
parent327d569df1b92258d33f988ecb79f591d6120f04 (diff)
downloadaur-dc15026f167e0fcf138b7c0e15c6cc7b7ee1f7a9.tar.gz
upgpkg: python-colored 1.4.4-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 36b6ebd471e9..57fa664470de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-colored
pkgdesc = Very simple Python library for color and formatting in terminal
- pkgver = 1.4.3
+ pkgver = 1.4.4
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.3.tar.gz
- sha256sums = b7b48b9f40e8a65bbb54813d5d79dd008dc8b8c5638d5bbfd30fc5a82e6def7a
+ source = https://files.pythonhosted.org/packages/source/c/colored/colored-1.4.4.tar.gz
+ sha256sums = 04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0
pkgname = python-colored
diff --git a/PKGBUILD b/PKGBUILD
index 1a988ad07044..476411625094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-colored
_name=${pkgname#python-}
-pkgver=1.4.3
+pkgver=1.4.4
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=('b7b48b9f40e8a65bbb54813d5d79dd008dc8b8c5638d5bbfd30fc5a82e6def7a')
+sha256sums=('04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0')
build() {
cd $_name-$pkgver