summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJohn Regan2022-08-02 10:25:27 -0400
committerJohn Regan2022-08-02 10:25:27 -0400
commit4ba0fe3a5dfa44785448557a44f7156ad187f000 (patch)
tree8300a3981a9db32cc5dc96793e6fcbcc47db30df /.SRCINFO
parentad6c3b6634543bd48ce49ccd444929dac84b0236 (diff)
downloadaur-4ba0fe3a5dfa44785448557a44f7156ad187f000.tar.gz
fix SRCINFO
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 23 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46691a830f51..177e2eb98347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = lua-pgmoon
+ pkgdesc = PostgreSQL driver written in pure Lua
pkgver = 1.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/leafo/pgmoon
arch = any
license = MIT
@@ -8,9 +9,30 @@ pkgbase = lua-pgmoon
sha256sums = dabf50ca9947dc135b7126cee56b3287242f00c7438ceca7403cef45277829e1
pkgname = lua-pgmoon
+ pkgdesc = PostgreSQL driver written in pure Lua for Lua 5.4
+ depend = lua
+ depend = lua-lpeg
+ optdepend = lua-cqueues: asynchronous connectivity
+ optdepend = lua-socket: synchronous connectivity
pkgname = lua51-pgmoon
+ pkgdesc = PostgreSQL driver written in pure Lua for Lua 5.1
+ depend = lua51
+ depend = lua51-lpeg
+ depend = lua51-bitop
+ optdepend = lua51-cqueues: asynchronous connectivity
+ optdepend = lua51-socket: synchronous connectivity
pkgname = lua52-pgmoon
+ pkgdesc = PostgreSQL driver written in pure Lua for Lua 5.2
+ depend = lua52
+ depend = lua52-lpeg
+ optdepend = lua52-cqueues: asynchronous connectivity
+ optdepend = lua52-socket: synchronous connectivity
pkgname = lua53-pgmoon
+ pkgdesc = PostgreSQL driver written in pure Lua for Lua 5.3
+ depend = lua53
+ depend = lua53-lpeg
+ optdepend = lua53-cqueues: asynchronous connectivity
+ optdepend = lua53-socket: synchronous connectivity