chore(aur): lune v0.8.4

This commit is contained in:
Erica Marigold 2024-05-13 12:09:42 +05:30
parent 23427ca626
commit 5f6b3ce22a
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
6 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
pkgbase = lune-bin pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
pkgver = 0.8.3 pkgver = 0.8.4
pkgrel = 1 pkgrel = 1
url = https://lune-org.github.io/docs url = https://lune-org.github.io/docs
arch = x86_64 arch = x86_64
@ -9,9 +9,9 @@ pkgbase = lune-bin
depends = glibc depends = glibc
provides = lune provides = lune
conflicts = lune conflicts = lune
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-linux-x86_64.zip source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-x86_64.zip
sha256sums_x86_64 = 53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695 sha256sums_x86_64 = cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-linux-aarch64.zip source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-aarch64.zip
sha256sums_aarch64 = abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435 sha256sums_aarch64 = bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b
pkgname = lune-bin pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz> # Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin pkgname=lune-bin
pkgver=0.8.3 pkgver=0.8.4
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)
@ -13,8 +13,8 @@ provides=(lune)
conflicts=(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=('53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695') sha256sums_x86_64=('cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721')
sha256sums_aarch64=('abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435') sha256sums_aarch64=('bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b')
package() { package() {
install -Dm755 -t "$pkgdir/usr/bin" lune install -Dm755 -t "$pkgdir/usr/bin" lune

View file

@ -1,7 +1,7 @@
pkgbase = lune-git pkgbase = lune-git
pkgdesc = [Latest Git Commit] A standalone Luau script runtime pkgdesc = [Latest Git Commit] A standalone Luau script runtime
pkgver = 0.8.3.r0.g34fc23d pkgver = 0.8.4.r1.g7e784ba
pkgrel = 2 pkgrel = 1
url = https://lune-org.github.io/docs url = https://lune-org.github.io/docs
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64

View file

@ -1,8 +1,8 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz> # Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-git pkgname=lune-git
pkgver=0.8.3.r0.g34fc23d pkgver=0.8.4.r1.g7e784ba
pkgrel=2 pkgrel=1
pkgdesc="[Latest Git Commit] A standalone Luau script runtime" pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
arch=(x86_64 aarch64) arch=(x86_64 aarch64)
conflicts=(lune lune-bin) conflicts=(lune lune-bin)

View file

@ -1,6 +1,6 @@
pkgbase = lune pkgbase = lune
pkgdesc = [Latest Stable Source] A standalone Luau script runtime pkgdesc = [Latest Stable Source] A standalone Luau script runtime
pkgver = 0.8.3 pkgver = 0.8.4
pkgrel = 2 pkgrel = 2
url = https://lune-org.github.io/docs url = https://lune-org.github.io/docs
arch = x86_64 arch = x86_64
@ -12,7 +12,7 @@ pkgbase = lune
conflicts = lune-git conflicts = lune-git
conflicts = lune-bin conflicts = lune-bin
options = !lto options = !lto
source = lune-0.8.3.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.3.tar.gz source = lune-0.8.4.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.4.tar.gz
sha256sums = f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a sha256sums = ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01
pkgname = lune pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz> # Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune pkgname=lune
pkgver=0.8.3 pkgver=0.8.4
pkgrel=2 pkgrel=2
pkgdesc="[Latest Stable Source] A standalone Luau script runtime" pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
arch=(x86_64 aarch64) arch=(x86_64 aarch64)
@ -12,7 +12,7 @@ depends=(glibc)
makedepends=(cargo cmake) makedepends=(cargo cmake)
options=(!lto) options=(!lto)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a') sha256sums=('ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01')
prepare() { prepare() {
cd "lune-${pkgver}" cd "lune-${pkgver}"