network/spice: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 01:14:11 -05:00
parent 987bbc8c44
commit 8f2429195e
2 changed files with 2 additions and 3 deletions

View file

@ -7,5 +7,4 @@ without compromising on the user experience.
libcacard is an optional dependency for virtual smartcard support.
lz4, opus, gst-libav, and gst-plugins-ugly (with x264 support) are also
optional dependencies.
gst-plugins-ugly (with x264 support) is also an optional dependency.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.14.
MD5SUM="a776650f7c4dc22681d76308475a9190"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opus pyparsing six spice-protocol"
REQUIRES="spice-protocol"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"