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 d07782d4150c..38b1a62c9ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = am2rlauncher
pkgdesc = Application for installing the latest Community Updates, APKs and Mods for AM2R.
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
depends = dotnet-runtime>=5
+ depends = dotnet-host
depends = gtk3
depends = libappindicator-gtk3
depends = webkit2gtk
diff --git a/PKGBUILD b/PKGBUILD
index 96934887246b..8094e1a70d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Application for installing the latest Community Updates, APKs and Mods for AM2R."
arch=(x86_64)
url="https://github.com/AM2R-Community-Developers/AM2RLauncher"
license=('GPL3')
-depends=('dotnet-runtime>=5' 'gtk3' 'libappindicator-gtk3' 'webkit2gtk' 'openssl' 'icu' 'xdelta3' 'fuse2' 'lib32-libpulse' 'lib32-openal')
+depends=('dotnet-runtime>=5' 'dotnet-host' 'gtk3' 'libappindicator-gtk3' 'webkit2gtk' 'openssl' 'icu' 'xdelta3' 'fuse2' 'lib32-libpulse' 'lib32-openal')
optdepends=('jre-openjdk: Creating APKs')
conflicts=('am2rlauncher-git')
source=("https://github.com/AM2R-Community-Developers/AM2RLauncher/releases/download/$pkgver/AM2RLauncher_${pkgver}_lin.zip" "AM2RLauncher.ico::https://github.com/AM2R-Community-Developers/AM2RLauncher/raw/$pkgver/AM2RLauncher/AM2RLauncher.Gtk/icon64.ico")