summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzneix2021-09-06 19:56:59 +0200
committerzneix2021-09-06 19:56:59 +0200
commit8cbd74caa137c4e3b2d88f79171e10d68f537633 (patch)
treea3186de7b6681280faf77471239648255ae4f974 /PKGBUILD
parentffd95e8f5c367ebbf127eca09dabbfd8cd0c6df3 (diff)
downloadaur-8cbd74caa137c4e3b2d88f79171e10d68f537633.tar.gz
Added qt5-imageformats as the dependency
Most (if not all) 7tv emotes are in the Webp format, which seem to require that package to display these properly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b96169dc868..f53d4b5d7213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=chatterino2-7tv-git
_pkgname=chatterino7
-pkgver=r3277.452da6bd
+pkgver=r3358.31e6ea46
pkgrel=1
pkgdesc='A fork of Chatterino2 with built-in support for 7tv emotes'
arch=('any')
url=https://github.com/SevenTV/chatterino7
license=('MIT')
-depends=('qt5-multimedia' 'qt5-base' 'qt5-tools' 'boost-libs' 'openssl')
+depends=('qt5-multimedia' 'qt5-base' 'qt5-tools' 'qt5-imageformats' 'boost-libs' 'openssl')
makedepends=('git' 'qt5-svg' 'boost' 'cmake')
optdepends=('streamlink: For piping streams to video players'
'pulseaudio: For audio output'