summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cfb0b680274..9cb42c467fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=Colr
pkgname=python-colr
-pkgver=0.7.6
+pkgver=0.8.1
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=('60d8b80aa223e100a0312117d91aa5cc3c425e8cb4dc6d599aab408b01568e17a0dd6704545cbcbec42bfb8e00ae18ed71d3942dd0e34134904fa5d4e3d6592b')
+sha512sums=('2e357a9dcdbc219ead4856391c2c46d21b1b0aed50d9340c756533b66e699a3ee1e79766ab24257235af1766fbddedfe309d01680a7e676026ff625700a7b7bf')
package() {
cd "$srcdir/$_name-$pkgver"