summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51f13675651c..1339df2847b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,15 @@ _rockname=copas
pkgname=("lua-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname")
pkgver=4.7.0
_rockrel=1
-pkgrel=4
+pkgrel=5
pkgdesc='A dispatcher based on coroutines that can be used by TCP/IP servers'
arch=(x86_64 i686)
url="https://lunarmodules.github.io/$_rockname"
_url="https://github.com/lunarmodules/$_rockname"
license=('MIT')
-_luadeps=(socket)
+_luadeps=(binaryheap
+ socket
+ timerwheel)
makedepends=(lua
lua53
lua52