mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat(aur): add glibc dependency - 3
This commit is contained in:
parent
92bb504415
commit
212c3fd7d0
1 changed files with 5 additions and 4 deletions
|
@ -4,12 +4,13 @@ pkgname=lune-bin
|
||||||
pkgver=0.7.5
|
pkgver=0.7.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=(x86_64 aarch64)
|
||||||
conflicts=(lune lune-git)
|
conflicts=(lune lune-git)
|
||||||
url="https://lune-org.github.io/docs"
|
url="https://lune-org.github.io/docs"
|
||||||
license=('MPL2')
|
license=(MPL2)
|
||||||
provides=('lune')
|
depends=(glibc)
|
||||||
conflicts=('lune')
|
provides=(lune)
|
||||||
|
conflicts=(lune)
|
||||||
source_x86_64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
source_x86_64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
||||||
source_aarch64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
source_aarch64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
||||||
sha256sums_x86_64=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')
|
sha256sums_x86_64=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')
|
||||||
|
|
Loading…
Reference in a new issue