summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiepee2022-05-13 09:50:59 +0200
committerMiepee2022-05-13 09:50:59 +0200
commit7fe3dd89c08874c3268c4964d376372db3a04fb6 (patch)
tree70661dfb350bcd349067d3d0a8d4d94455ba3075
parentaaaf33704c7cbf7681494940d17746a8c83548d0 (diff)
downloadaur-7fe3dd89c08874c3268c4964d376372db3a04fb6.tar.gz
add dotnet-host as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a508354c675..e38a61266562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = am2rlauncher-git
pkgdesc = Application for installing the latest Community Updates, APKs and Mods for AM2R.
pkgver = 2.1.2.r5.200cc93
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AM2R-Community-Developers/AM2RLauncher
arch = x86_64
license = GPL3
makedepends = git
makedepends = dotnet-sdk>=5
depends = dotnet-runtime>=5
+ depends = dotnet-host
depends = gtk3
depends = libappindicator-gtk3
depends = webkit2gtk
diff --git a/PKGBUILD b/PKGBUILD
index 9bf2f0211803..80591d94fb6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=am2rlauncher-git
pkgver=2.1.2.r5.200cc93
-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')
makedepends=('git' 'dotnet-sdk>=5')
optdepends=('jre-openjdk: Creating APKs')
conflicts=('am2rlauncher')