development/mono-addins: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0a4135c192
commit
4dbdbaed01
|
@ -7,5 +7,3 @@ to complex applications which need support for large add-in structures.
|
||||||
|
|
||||||
This new framework intends to set an standard for building extensible
|
This new framework intends to set an standard for building extensible
|
||||||
applications and add-ins in Mono.
|
applications and add-ins in Mono.
|
||||||
|
|
||||||
Requires mono and gtk-Sharp, available at SlackBuilds.org
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://origin-download.mono-project.com/sources/mono-addins/mono-addin
|
||||||
MD5SUM="afbbe5e9fdf9b03911bc8e6b94feb60b"
|
MD5SUM="afbbe5e9fdf9b03911bc8e6b94feb60b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gtk-sharp mono"
|
REQUIRES="gtk-sharp"
|
||||||
MAINTAINER="Andre Barboza"
|
MAINTAINER="Andre Barboza"
|
||||||
EMAIL="bmg.andre@gmail.com"
|
EMAIL="bmg.andre@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue