summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbastimeyer2022-05-31 22:04:54 +0200
committerbastimeyer2022-05-31 22:04:54 +0200
commit7bfa4bcfd29789930b6c3465685d50c7954f9e6a (patch)
tree07f644ffc96c8204bc81ece308db964bc35d18a1 /PKGBUILD
parented176875743687eab88c662d0c59e1f428e46008 (diff)
downloadaur-streamlink-twitch-gui-git.tar.gz
Add alsa-lib to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b9cc234985..db76324d2372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=streamlink-twitch-gui
pkgname="${_pkgname}-git"
-pkgver=2629.f6e65da1
+pkgver=2660.1bb64e38
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="https://github.com/streamlink/streamlink-twitch-gui"
license=("MIT")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-depends=("gtk3" "libxss" "nss" "streamlink")
+depends=("alsa-lib" "gtk3" "libxss" "nss" "streamlink")
makedepends=("git" "nodejs" "yarn" "xorg-server-xvfb")
options=(!strip)
source=("${_pkgname}::git+https://github.com/streamlink/${_pkgname}.git")