summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiepee2022-05-13 09:50:59 +0200
committerMiepee2022-05-13 09:50:59 +0200
commit7fe3dd89c08874c3268c4964d376372db3a04fb6 (patch)
tree70661dfb350bcd349067d3d0a8d4d94455ba3075 /PKGBUILD
parentaaaf33704c7cbf7681494940d17746a8c83548d0 (diff)
downloadaur-7fe3dd89c08874c3268c4964d376372db3a04fb6.tar.gz
add dotnet-host as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')