summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwael <wael@waelk.tech>2023-01-15 16:08:18 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-12 23:44:17 +0100
commita85636742dd2eafbba224963c59d4ba1a4d282ba (patch)
tree9764683b9ae99b72d2c5642a44dc044668c7b192
parentb5a1ed07172ff6dd2574e96ef6f2b5ddd57e42fe (diff)
Updated terminal-colors to 3.0.2
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/terminal-colors/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/terminal-colors/PKGBUILD b/pcr/terminal-colors/PKGBUILD
index cc032de71..485be4d7e 100644
--- a/pcr/terminal-colors/PKGBUILD
+++ b/pcr/terminal-colors/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+# Contributor: Wael Karram <wael@waelk.tech>
pkgname=terminal-colors
-pkgver=2.2
+pkgver=3.0.2
pkgrel=1
pkgdesc="An utility to test color capabilities of terminal"
arch=('any')
url="https://github.com/eikenb/$pkgname"
license=('GPL3')
depends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/eikenb/terminal-colors/archive/v2.2.tar.gz")
-md5sums=('5b4ef9d2a613d757a704c2b53441a032')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/eikenb/terminal-colors/archive/v{$pkgver}.tar.gz")
+sha256sums=('b59a2278d085d947322dc245920fcc4d9510ed3eee432787e95ca2a45480bfed')
package() {
cd "$srcdir/$pkgname-$pkgver"