summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorindjera@gmail.com2018-07-21 13:42:13 +0300
committerindjera@gmail.com2018-07-21 13:42:13 +0300
commit36431b6d83176e430ba626ca07b0df9dc4a470ac (patch)
tree0612fe987fe4ddc186e085a0e8d8c912a65bdefc /PKGBUILD
parent6d1e22ed15103640270cbe6a1ab05dac223b2cb6 (diff)
downloadaur-36431b6d83176e430ba626ca07b0df9dc4a470ac.tar.gz
fix dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ac2612d9349..1d92ed1c3306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=${_pkgver//[+-]/_}
pkgrel=3
pkgdesc="Xamarin android build from jenkins.mono-project"
arch=('x86_64')
-depends=('mono>=5.0.0','libzip')
+depends=('mono>=5.0.0''libzip')
options=(!strip)
provides=('xamarin-android')
conflicts=('xamarin-android')
@@ -19,4 +19,5 @@ package() {
bsdtar xf data.tar.xz
chmod -R g-w usr
mv usr "${pkgdir}"
+
}