summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Schmidpeter2021-11-06 07:40:23 +0100
committerChristoph Schmidpeter2021-11-06 08:26:42 +0100
commitbbaa757e75c0cd5ebd77dde1e485ba413f241717 (patch)
treeaa70a0f3669316f01b0bd13dec459e486c254bc8 /PKGBUILD
parent920389d9a3c6172b623e650eb1882bc94f904ad1 (diff)
downloadaur-bbaa757e75c0cd5ebd77dde1e485ba413f241717.tar.gz
Added missing 'findutils' entry to 'makedepends'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 905bd0af9ca7..f6a268e6643e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Xamarin android build from jenkins.mono-project"
arch=('x86_64')
depends=('mono>=5.0.0' 'libzip')
-makedepends=('tar')
+makedepends=('tar' 'findutils')
options=(!strip)
provides=('xamarin-android')
conflicts=('xamarin-android' 'xamarin-android-git')