summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCompey2023-08-09 01:15:35 +0530
committerCompey2023-08-09 01:15:35 +0530
commit87396890279083a2203093fc75be6b6650c00a91 (patch)
tree47f3d2e00aed41afaf08f6f42ffd4cc1113afd38
parent6e9a19b737ad9220430435658f78c46c65f52aba (diff)
downloadaur-87396890279083a2203093fc75be6b6650c00a91.tar.gz
chore: include glibc dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb1a0e2406d..86ec46031bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://lune-org.github.io/docs
arch = x86_64
arch = aarch64
license = MPL2
+ depends = glibc
provides = lune
conflicts = lune
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.5/lune-0.7.5-linux-x86_64.zip
diff --git a/PKGBUILD b/PKGBUILD
index d80dccc79f29..6fb994694b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=lune-bin
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
-arch=('x86_64' 'aarch64')
+arch=(x86_64 aarch64)
conflicts=(lune lune-git)
url="https://lune-org.github.io/docs"
-license=('MPL2')
-provides=('lune')
-conflicts=('lune')
+license=(MPL2)
+depends=(glibc)
+provides=(lune)
+conflicts=(lune)
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")
sha256sums_x86_64=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')