summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2024-01-22 16:40:37 -0300
committerFilipe Nascimento2024-01-22 16:40:37 -0300
commit87bfe1493e471dbf569560c4881a7dc392187c27 (patch)
treec369e6fb76c0c566b659b2113f847f493220cc35
parent2dcdf2ad237f29c9fb1a2ad057df5ed6310960d8 (diff)
downloadaur-87bfe1493e471dbf569560c4881a7dc392187c27.tar.gz
upgpkg: python-colored 2.2.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 2af0d1722aaa..93fadd2d80d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-colored
pkgdesc = Very simple Python library for color and formatting in terminal
- pkgver = 2.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://gitlab.com/dslackw/colored
arch = any
@@ -10,9 +10,9 @@ pkgbase = python-colored
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/c/colored/colored-2.2.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/colored/colored-2.2.4.tar.gz
source = LICENSE
- sha256sums = 1905ae45fa2b7fd63a8b4776586e63aeaba4df8db225b72b78fd167408558983
+ sha256sums = 595e1dd7f3b472ea5f12af21d2fec8a2ea2cf8f9d93e67180197330b26df9b61
sha256sums = 6e38bc085fb26b5aa0db7b77be9893a805cce0badb2c2950d2fd36626b9a8dd1
pkgname = python-colored
diff --git a/PKGBUILD b/PKGBUILD
index 1ef365f3505f..39b90c174aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-colored
_name=${pkgname#python-}
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="Very simple Python library for color and formatting in terminal"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
makedepends=(python-build python-flit python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
"LICENSE")
-sha256sums=('1905ae45fa2b7fd63a8b4776586e63aeaba4df8db225b72b78fd167408558983'
+sha256sums=('595e1dd7f3b472ea5f12af21d2fec8a2ea2cf8f9d93e67180197330b26df9b61'
'6e38bc085fb26b5aa0db7b77be9893a805cce0badb2c2950d2fd36626b9a8dd1')
build() {