summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheAirBlow2021-11-06 14:54:40 +0500
committerTheAirBlow2021-11-06 14:54:40 +0500
commitebd3accce96e665c229019880a47db75605bb443 (patch)
treebdda52dcd0148517d8d77eae5fcd34fb521c53d8 /PKGBUILD
parentd126166a32c011237cc661fb714f9b31ef2fbb95 (diff)
parent7357f33c8e343306bb15398633f8ef52d4d530c6 (diff)
downloadaur-ebd3accce96e665c229019880a47db75605bb443.tar.gz
Merge
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50ff3801b9b7..8506ed03d7d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,10 @@ pkgrel=1
pkgdesc="Provides open-source bindings of the Android SDK for use with .NET managed languages"
arch=('x86_64')
depends=('mono>=5.0.0' 'libzip')
-makedepends=('pv' 'unzip' 'curl')
-optdepends=('jdk8-openjdk: For building Xamarin.Android Apps')
+makedepends=('tar' 'findutils')
+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')