diff options
author | celogeek | 2021-05-11 20:41:20 +0200 |
---|---|---|
committer | celogeek | 2021-05-11 20:41:20 +0200 |
commit | eb3436ae359ddf1c29b9f7d53980fa7009f856ab (patch) | |
tree | cbb1becbb700ad8bb3748611067eee1624023798 /PKGBUILD | |
parent | c22c01090ac27ac3a2766accd876fa0081a82690 (diff) | |
download | aur-eb3436ae359ddf1c29b9f7d53980fa7009f856ab.tar.gz |
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ _pkgname=lua52-jwtjitsi pkgname=lua52-jwtjitsi-git provide=("$_pkgname") pkgver=2.0.r1.gd0398d9 -pkgrel=2 +pkgrel=3 pkgdesc='LUA JWT Jitsi' arch=('any') url='https://github.com/jitsi/luajwtjitsi' license=('MIT') +depends=('lua52-cjson' 'lua52-base64' 'lua52-luaossl') makedepends=('luarocks' 'lua52') source=("git+https://github.com/jitsi/luajwtjitsi") sha256sums=('SKIP') |