summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Schmidpeter2021-11-06 10:08:06 +0100
committerChristoph Schmidpeter2021-11-06 10:08:06 +0100
commit7357f33c8e343306bb15398633f8ef52d4d530c6 (patch)
tree57905289a84460f6d97acb1cba1a4880bb5ca2ce /PKGBUILD
parent8c7765cae7af68caf87ecab2589628a13b033e63 (diff)
downloadaur-7357f33c8e343306bb15398633f8ef52d4d530c6.tar.gz
Added 'rider' and 'rider-eap' to 'optdepends'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca05670bf38..0514d8083461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ pkgdesc="Provides open-source bindings of the Android SDK for use with .NET mana
arch=('x86_64')
depends=('mono>=5.0.0' 'libzip')
makedepends=('tar' 'findutils')
-optdepends=('jdk8-openjdk: For building Xamarin.Android Apps')
+optdepends=('jdk8-openjdk: For building Xamarin.Android Apps'
+ 'rider: .NET IDE supporting Android app development via Xamarin.Forms / Xamarin.Native.'
+ 'rider-eap: .NET IDE supporting Android app development via Xamarin.Forms / Xamarin.Native.')
options=(!strip)
provides=('xamarin-android')
conflicts=('xamarin-android' 'xamarin-android-git')