summaryrefslogtreecommitdiff
path: root/pcr/terminal-colors/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/terminal-colors/PKGBUILD')
-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"