summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRelwi2023-04-16 21:55:02 +0200
committerRelwi2023-04-16 21:55:02 +0200
commit138fc186b2bbb9ea4bf32620d15e737b0a0756d6 (patch)
tree76663c1113c91aec1eee3622f3ebe836f8547c59
parent7be8acf6790133bcb78979fdc36994b03425d122 (diff)
downloadaur-138fc186b2bbb9ea4bf32620d15e737b0a0756d6.tar.gz
Update to V2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f911e62e2812..945794e3a158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-tui
pkgdesc = Twitch chat in the terminal
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Xithrius/twitch-tui
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = twitch-tui
makedepends = cargo
makedepends = git
conflicts = twitch-tui-alpha
- source = twitch-tui-2.2.0.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v2.2.0.tar.gz
- sha256sums = 930d1569bb635a08a4f887e81ffb1e4df9c314bc34fcb1da0faf1e97b6def104
+ source = twitch-tui-2.2.1.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v2.2.1.tar.gz
+ sha256sums = 360c0d39d8986b1671da0eb2cc3d036087130a7203774557d274b0c0a5c3f87a
pkgname = twitch-tui
diff --git a/PKGBUILD b/PKGBUILD
index d321a39d979e..37a71f98dbb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Relwi <theofficialdork@hotmail.com>
pkgname=twitch-tui
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Twitch chat in the terminal'
url='https://github.com/Xithrius/twitch-tui'
@@ -9,7 +9,7 @@ arch=(x86_64 arm aarch64)
license=(Apache)
makedepends=(cargo git)
conflicts=(twitch-tui-alpha)
-sha256sums=('930d1569bb635a08a4f887e81ffb1e4df9c314bc34fcb1da0faf1e97b6def104')
+sha256sums=('360c0d39d8986b1671da0eb2cc3d036087130a7203774557d274b0c0a5c3f87a')
build () {
cd "$pkgname-$pkgver"