summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schmidpeter2021-11-06 08:55:40 +0100
committerChristoph Schmidpeter2021-11-06 09:00:43 +0100
commit8c7765cae7af68caf87ecab2589628a13b033e63 (patch)
treefc28aa7b6e58aca835531769ab8a7c4c10bdce82
parent1a7b88108e950e17325043a9854c67d675e72530 (diff)
downloadaur-8c7765cae7af68caf87ecab2589628a13b033e63.tar.gz
Merge from commit 66bb522a4f 'Replace wget with curl': Added 'jdk8-openjdk' to 'optdepends'.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01a3e792d85..2daab53942bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = xamarin-android
makedepends = findutils
depends = mono>=5.0.0
depends = libzip
+ optdepends = jdk8-openjdk: For building Xamarin.Android Apps
provides = xamarin-android
conflicts = xamarin-android
conflicts = xamarin-android-git
diff --git a/PKGBUILD b/PKGBUILD
index 115c83dd6104..7ca05670bf38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ 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')
options=(!strip)
provides=('xamarin-android')
conflicts=('xamarin-android' 'xamarin-android-git')