diff options
author | celogeek | 2023-09-23 10:49:42 +0200 |
---|---|---|
committer | celogeek | 2023-09-23 10:49:42 +0200 |
commit | 3f5940633ff5b093d1e5045a14eb8a0f366776ef (patch) | |
tree | 4eb892efd8d17e50fcc86f330539112ba0705a5e /PKGBUILD | |
parent | eb3436ae359ddf1c29b9f7d53980fa7009f856ab (diff) | |
download | aur-3f5940633ff5b093d1e5045a14eb8a0f366776ef.tar.gz |
add git deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,14 +3,14 @@ _pkgname=lua52-jwtjitsi pkgname=lua52-jwtjitsi-git provide=("$_pkgname") -pkgver=2.0.r1.gd0398d9 -pkgrel=3 +pkgver=3.0.r1.gb0f3bdc +pkgrel=1 pkgdesc='LUA JWT Jitsi' arch=('any') url='https://github.com/jitsi/luajwtjitsi' license=('MIT') depends=('lua52-cjson' 'lua52-base64' 'lua52-luaossl') -makedepends=('luarocks' 'lua52') +makedepends=('luarocks' 'lua52' 'git') source=("git+https://github.com/jitsi/luajwtjitsi") sha256sums=('SKIP') |