summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e725305f04ee..2d9be924302c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamos-compositor-plus
pkgdesc = Compositor used by SteamOS with some added tweaks and fixes
pkgver = 1.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gamer-os/steamos-compositor-plus
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = steamos-compositor-plus
depends = xorg-xrandr
depends = steam
optdepends = sxhkd
+ optdepends = alsa-utils
conflicts = steamos-compositor
source = https://github.com/gamer-os/steamos-compositor-plus/archive/1.8.2.tar.gz
source = https://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_1.10.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 9e4ee26495d8..dc294a27b37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=steamos-compositor-plus
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Compositor used by SteamOS with some added tweaks and fixes"
arch=('i686' 'x86_64')
url="https://github.com/gamer-os/steamos-compositor-plus"
license=('custom')
depends=('libxfixes' 'libxext' 'libxcomposite' 'libxdamage' 'libxrender' 'libxxf86vm' 'sdl_image' 'libgl' 'lsb-release' 'ttf-dejavu' 'xorg-xrandr' 'steam')
-optdepends=('sxhkd')
+optdepends=('sxhkd' 'alsa-utils')
makedepends=('mesa')
conflicts=('steamos-compositor')
_msver=1.10