summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-06-15 17:54:12 +0300
committerStelios Tsampas2022-06-15 17:54:12 +0300
commitace6bbdd10bf8897ad2d632b6a13f69a39dfe5cb (patch)
treef17fd6b69d7089003e392f6b5dabefa8ac500a63
parent833c786b761ef9bede37d6f59bcde38e06df845c (diff)
downloadaur-ace6bbdd10bf8897ad2d632b6a13f69a39dfe5cb.tar.gz
Add missing libvpx dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1aa6095884b..d75b5a244fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 7.0.3
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/ValveSoftware/Proton
arch = x86_64
@@ -111,6 +111,8 @@ pkgbase = proton
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
@@ -150,6 +152,8 @@ pkgbase = proton
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 c7ef6b5b7dc9..9f74a702a186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=${_srctag//-/.}
_geckover=2.47.2
_monover=7.3.0
_asyncver=1111b69
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
@@ -36,6 +36,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