summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiepee2021-07-13 16:18:24 +0200
committerMiepee2021-07-13 16:18:24 +0200
commitb2480646f36df20605a32dc355f3ffe5b93a061b (patch)
treec82b32d42ebc70b32d3eaff88d23d066d06b0503
parented433ee55aff62705451a10877b1009ace98510f (diff)
downloadaur-b2480646f36df20605a32dc355f3ffe5b93a061b.tar.gz
forgot to change srcinfo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93bef98b3c70..fcc0eada6bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = am2rlauncher-git
pkgdesc = Application for installing the latest Community Updates, APKs and Mods for AM2R.
pkgver = 2.1.0.r2.e97d335
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
makedepends = git
- makedepends = dotnet-runtime>=5
makedepends = dotnet-sdk>=5
- depends = dotnet-runtime
+ depends = dotnet-runtime>=5
depends = gtk3
depends = libappindicator-gtk3
depends = webkit2gtk
@@ -16,6 +15,8 @@ pkgbase = am2rlauncher-git
depends = icu
depends = xdelta3
depends = fuse2
+ depends = lib32-libpulse
+ depends = lib32-openal
optdepends = jre-openjdk: Creating APKs
conflicts = am2rlauncher
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 7d428a44a56e..4c7d07702665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher-git
pkgver=2.1.0.r2.e97d335
-pkgrel=1
+pkgrel=2
pkgdesc="Application for installing the latest Community Updates, APKs and Mods for AM2R."
arch=(x86_64)
url="https://github.com/AM2R-Community-Developers/AM2RLauncher"