diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-03-25 17:26:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:31 +0700 |
commit | 9f43e0c36639b4edddb5ba4aa9cbc831e1232077 (patch) | |
tree | 9c077d47218cd90284caafe95280f3768143c98f /network | |
parent | 8e85ce3ec56c5209a313bdd904ddaf1052c08724 (diff) |
network/phodav: Add the dependency libsoup3.
Thanks Daedra!
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/phodav/phodav.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/phodav/phodav.info b/network/phodav/phodav.info index dbe8e8aecd387..0ff45a9a36524 100644 --- a/network/phodav/phodav.info +++ b/network/phodav/phodav.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/3.0/phodav-3.0.tar.xz" MD5SUM="33081519b273385976360bf3047fa704" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libsoup3" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" |