summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8014ee4ff69..f070ee1226ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,19 @@
pkgbase = chatterino2-appimage
pkgdesc = Second installment of the Twitch chat client series "Chatterino", release appimage
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://chatterino.com
install = chatterino2-appimage.install
arch = x86_64
license = MIT
- depends = qt5-multimedia
- depends = qt5-base
- depends = qt5-tools
- depends = boost-libs
- depends = openssl
+ depends = fuse2
optdepends = streamlink: For piping streams to video players
optdepends = pulseaudio: For audio output
optdepends = gst-plugins-good: For audio output
provides = chatterino
conflicts = chatterino
options = !strip
- source = https://github.com/Chatterino/chatterino2/releases/download/v2.4.0/Chatterino-x86_64.AppImage
- sha256sums = 67b8b090ac00b90a9391b2264fd45d103ed6e87b252de11dc58ffc9eb2ec1519
+ source = https://github.com/Chatterino/chatterino2/releases/download/v2.4.1/Chatterino-x86_64.AppImage
+ sha256sums = 925ed745004bc0aa6a8fed4c4db9a3d6976b58838f28560b5cff62d0402b1359
pkgname = chatterino2-appimage
diff --git a/PKGBUILD b/PKGBUILD
index df179789166a..b1f64ea60fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ _pkgname=chatterino
_appimage=Chatterino-x86_64.AppImage
pkgname=chatterino2-appimage
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", release appimage'
arch=('x86_64')
url=https://chatterino.com
license=('MIT')
-depends=('qt5-multimedia' 'qt5-base' 'qt5-tools' 'boost-libs' 'openssl')
+depends=('fuse2')
optdepends=('streamlink: For piping streams to video players'
'pulseaudio: For audio output'
'gst-plugins-good: For audio output')
@@ -18,7 +18,7 @@ conflicts=('chatterino')
options=(!strip)
install=$pkgname.install
source=("https://github.com/Chatterino/chatterino2/releases/download/v$pkgver/$_appimage")
-sha256sums=('67b8b090ac00b90a9391b2264fd45d103ed6e87b252de11dc58ffc9eb2ec1519')
+sha256sums=('925ed745004bc0aa6a8fed4c4db9a3d6976b58838f28560b5cff62d0402b1359')
prepare () {
cd "$srcdir"