diff options
author | Brenton Horne | 2019-09-02 23:33:36 +1000 |
---|---|---|
committer | Brenton Horne | 2019-09-02 23:33:36 +1000 |
commit | 06cf3372f04522f34e77fb169ac06b1bc275ca51 (patch) | |
tree | 55d903cee8e6db81264ee1860d50c4f326c32fe1 /PKGBUILD | |
parent | 413ef6220aeaa6aefa3341f6834f3d1f9c8e693c (diff) | |
download | aur-06cf3372f04522f34e77fb169ac06b1bc275ca51.tar.gz |
rm msbuild dep, adding mono>=5.4 req
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ arch=('any') url="https://github.com/OpenRA/d2" license=('GPL3') install=openra-d2.install -depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' +depends=('mono>=5.4' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity') -makedepends=('dos2unix' 'git' 'unzip' 'msbuild') +makedepends=('dos2unix' 'git' 'unzip') provides=('openra-d2') options=(!strip) source=("git+${url}.git" |