feat(aur): add glibc dependency - 3

This commit is contained in:
Erica Marigold 2023-08-05 12:31:57 +05:30 committed by GitHub
parent 92bb504415
commit 212c3fd7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')