summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-04-22 23:05:38 +0300
committerStelios Tsampas2022-04-22 23:05:38 +0300
commitf3b5606eb27319f64c745bcdd1cee10e3d74c9a1 (patch)
treecfaac499637757ad3c4cc9333662b7f88df0a24b
parent15723975012c588c4952e3a5814556e605f22f15 (diff)
downloadaur-f3b5606eb27319f64c745bcdd1cee10e3d74c9a1.tar.gz
Add missing `libvpx` and `lib32-libvpx` dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e2581781e0..0ba2e993b9ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-ge-custom
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
pkgver = GE.Proton7.15
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
arch = x86_64
@@ -111,6 +111,8 @@ pkgbase = proton-ge-custom
makedepends = lib32-libxkbcommon
makedepends = faudio
makedepends = lib32-faudio
+ makedepends = libvpx
+ makedepends = lib32-libvpx
makedepends = sdl2>=2.0.16
makedepends = lib32-sdl2>=2.0.16
makedepends = desktop-file-utils
@@ -151,6 +153,8 @@ pkgbase = proton-ge-custom
depends = lib32-libxkbcommon
depends = faudio
depends = lib32-faudio
+ depends = libvpx
+ depends = lib32-libvpx
depends = sdl2>=2.0.16
depends = lib32-sdl2>=2.0.16
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 5dd802bf5d8a..6bbc1cde81d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=
pkgver=${_srctag//-/.}
_geckover=2.47.2
_monover=7.2.0
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
@@ -32,6 +32,7 @@ depends=(
lzo lib32-lzo
libxkbcommon lib32-libxkbcommon
faudio lib32-faudio
+ libvpx lib32-libvpx
'sdl2>=2.0.16' 'lib32-sdl2>=2.0.16'
desktop-file-utils
python