summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiepee2021-07-13 16:15:08 +0200
committerMiepee2021-07-13 16:15:08 +0200
commited433ee55aff62705451a10877b1009ace98510f (patch)
tree75003b4f844919847e27ec2afd25bf7a1d549a58
parent00ab2beb09d207a20ab176c07aac538b0a6e6623 (diff)
downloadaur-ed433ee55aff62705451a10877b1009ace98510f.tar.gz
make dependencies clearer
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff90e4c9f5e5..7d428a44a56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Application for installing the latest Community Updates, APKs and Mods
arch=(x86_64)
url="https://github.com/AM2R-Community-Developers/AM2RLauncher"
license=('GPL3')
-depends=('dotnet-runtime' 'gtk3' 'libappindicator-gtk3' 'webkit2gtk' 'openssl' 'icu' 'xdelta3' 'fuse2')
-makedepends=('git' 'dotnet-runtime>=5' 'dotnet-sdk>=5')
+depends=('dotnet-runtime>=5' 'gtk3' 'libappindicator-gtk3' 'webkit2gtk' 'openssl' 'icu' 'xdelta3' 'fuse2' 'lib32-libpulse' 'lib32-openal')
+makedepends=('git' 'dotnet-sdk>=5')
optdepends=('jre-openjdk: Creating APKs')
conflicts=('am2rlauncher')
source=("git+$url")