summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2022-05-31 22:04:54 +0200
committerbastimeyer2022-05-31 22:04:54 +0200
commit7bfa4bcfd29789930b6c3465685d50c7954f9e6a (patch)
tree07f644ffc96c8204bc81ece308db964bc35d18a1
parented176875743687eab88c662d0c59e1f428e46008 (diff)
downloadaur-streamlink-twitch-gui-git.tar.gz
Add alsa-lib to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2e51319e78..c4635a9f8a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-twitch-gui-git
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 2629.f6e65da1
+ pkgver = 2660.1bb64e38
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -10,6 +10,7 @@ pkgbase = streamlink-twitch-gui-git
makedepends = nodejs
makedepends = yarn
makedepends = xorg-server-xvfb
+ depends = alsa-lib
depends = gtk3
depends = libxss
depends = nss
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")