summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRelwi2023-04-25 09:40:29 +0200
committerRelwi2023-04-25 09:40:29 +0200
commit4d08727f1da416e90d4636b2be9c5f2549344dca (patch)
tree7b817ad7d9ef817db0dec8fce7004e683399663c
parent138fc186b2bbb9ea4bf32620d15e737b0a0756d6 (diff)
downloadaur-4d08727f1da416e90d4636b2be9c5f2549344dca.tar.gz
Update to V2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 945794e3a158..9fb1958fd02a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-tui
pkgdesc = Twitch chat in the terminal
- pkgver = 2.2.1
+ pkgver = 2.3.0
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.1.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v2.2.1.tar.gz
- sha256sums = 360c0d39d8986b1671da0eb2cc3d036087130a7203774557d274b0c0a5c3f87a
+ source = twitch-tui-2.3.0.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v.2.3.0.tar.gz
+ sha256sums = ecdf428b5af903108bdd5965315646785d9922678741b9d55c35da5089f073db
pkgname = twitch-tui
diff --git a/PKGBUILD b/PKGBUILD
index 37a71f98dbb6..561f98fecac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Relwi <theofficialdork@hotmail.com>
pkgname=twitch-tui
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Twitch chat in the terminal'
url='https://github.com/Xithrius/twitch-tui'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Xithrius/twitch-tui/archive/v.$pkgver.tar.gz")
arch=(x86_64 arm aarch64)
license=(Apache)
makedepends=(cargo git)
conflicts=(twitch-tui-alpha)
-sha256sums=('360c0d39d8986b1671da0eb2cc3d036087130a7203774557d274b0c0a5c3f87a')
+sha256sums=('ecdf428b5af903108bdd5965315646785d9922678741b9d55c35da5089f073db')
build () {
cd "$pkgname-$pkgver"