summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJohn Regan2021-01-27 17:13:37 -0500
committerJohn Regan2021-01-27 17:13:37 -0500
commit9319aaaff9d39d79f984be8c294051f8c35eae7b (patch)
tree6d9510f9c80f5974279ad2b589f0c8bc12303c09 /.SRCINFO
parent0a7495f79ac1c7ffe0cec39ab7833d57e8ac7c1d (diff)
downloadaur-9319aaaff9d39d79f984be8c294051f8c35eae7b.tar.gz
add cqueues/socket as optdepends
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO10
1 files changed, 9 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599a831a2c0d..af7106f161b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-mpd
pkgver = 5.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jprjr/lua-resty-mpd/
arch = any
license = MIT
@@ -10,16 +10,24 @@ pkgbase = lua-resty-mpd
pkgname = lua-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.4
depends = lua
+ optdepends = lua-cqueues
+ optdepends = lua-socket
pkgname = lua51-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.1
depends = lua51
+ optdepends = lua51-cqueues
+ optdepends = lua51-socket
pkgname = lua52-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.2
depends = lua52
+ optdepends = lua52-cqueues
+ optdepends = lua52-socket
pkgname = lua53-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.3
depends = lua53
+ optdepends = lua53-cqueues
+ optdepends = lua53-socket