diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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") |