summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRelwi2024-03-06 20:47:05 +0100
committerRelwi2024-03-06 20:47:05 +0100
commit21fb99748e2fdc6cb0be32f9e1b1689017595d2e (patch)
tree8d7c03914384703d69b5725d751851a611b2d962
parent11dc4aad39deb57aada6fda3f1316149f41fda52 (diff)
downloadaur-21fb99748e2fdc6cb0be32f9e1b1689017595d2e.tar.gz
Update V2.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 234a724c897f..5aba0b4e6a19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-tui
pkgdesc = Twitch chat in the terminal
- pkgver = 2.6.3
+ pkgver = 2.6.5
pkgrel = 1
url = https://github.com/Xithrius/twitch-tui
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = twitch-tui
license = Apache
makedepends = cargo
makedepends = git
- source = twitch-tui-2.6.3.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v2.6.3.tar.gz
- sha256sums = a62ff098e892341cfca9941550638f3992af06dd44c5e5d1ebe6665728309571
+ source = twitch-tui-2.6.5.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v2.6.5.tar.gz
+ sha256sums = 3a838622d6f5367fe7c25029eed9197557cc77e394678db0622f38ae953a7f9a
pkgname = twitch-tui
diff --git a/PKGBUILD b/PKGBUILD
index 2ccdd8b117a1..2b798bcbda78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Relwi <theofficialdork@hotmail.com>
pkgname=twitch-tui
-pkgver=2.6.3
+pkgver=2.6.5
pkgrel=1
pkgdesc='Twitch chat in the terminal'
url='https://github.com/Xithrius/twitch-tui'
@@ -8,7 +8,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/Xithrius/twitch-tui/archive
arch=(x86_64 arm aarch64)
license=(Apache)
makedepends=(cargo git)
-sha256sums=('a62ff098e892341cfca9941550638f3992af06dd44c5e5d1ebe6665728309571')
+sha256sums=('3a838622d6f5367fe7c25029eed9197557cc77e394678db0622f38ae953a7f9a')
build () {
cd "$pkgname-$pkgver"