mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-04-26 22:43:46 +01:00
feat(aur): lune v0.9.0
This commit is contained in:
parent
1d92fdea62
commit
aa5477b58e
6 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-bin
|
||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||
pkgver = 0.8.9
|
||||
pkgver = 0.9.0
|
||||
pkgrel = 1
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
|
@ -9,9 +9,9 @@ pkgbase = lune-bin
|
|||
depends = glibc
|
||||
provides = lune
|
||||
conflicts = lune
|
||||
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.9/lune-0.8.9-linux-x86_64.zip
|
||||
sha256sums_x86_64 = eb30bdde967ba97951a4e0cafa0a197396ddd68dfc58e1b60349129c178eee8b
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.9/lune-0.8.9-linux-aarch64.zip
|
||||
sha256sums_aarch64 = 913b07e1c42b8f8fc9e11a1f9d8b07e903e97efcf42b109d60326e85f5cc3cb7
|
||||
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.0/lune-0.9.0-linux-x86_64.zip
|
||||
sha256sums_x86_64 = ef95f9e3036c8353caed9fae0e7dd9269408066c73d37c3d9566916cecd026f2
|
||||
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.0/lune-0.9.0-linux-aarch64.zip
|
||||
sha256sums_aarch64 = 484f3b0976b73a21194f617472a2c2cc40550f10141fffbb52a13d77e6c95724
|
||||
|
||||
pkgname = lune-bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-bin
|
||||
pkgver=0.8.9
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
|
@ -11,10 +11,10 @@ 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=('eb30bdde967ba97951a4e0cafa0a197396ddd68dfc58e1b60349129c178eee8b')
|
||||
sha256sums_aarch64=('913b07e1c42b8f8fc9e11a1f9d8b07e903e97efcf42b109d60326e85f5cc3cb7')
|
||||
source_x86_64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip")
|
||||
source_aarch64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip")
|
||||
sha256sums_x86_64=('ef95f9e3036c8353caed9fae0e7dd9269408066c73d37c3d9566916cecd026f2')
|
||||
sha256sums_aarch64=('484f3b0976b73a21194f617472a2c2cc40550f10141fffbb52a13d77e6c95724')
|
||||
|
||||
package() {
|
||||
install -Dm755 -t "$pkgdir/usr/bin" lune
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-git
|
||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||
pkgver = 0.8.9.r0.g010cd36
|
||||
pkgver = 0.9.0.r1.ge234eab
|
||||
pkgrel = 1
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
|
@ -13,7 +13,7 @@ pkgbase = lune-git
|
|||
provides = lune
|
||||
conflicts = lune
|
||||
options = !lto
|
||||
source = git+https://github.com/filiptibell/lune.git
|
||||
source = git+https://github.com/lune-org/lune.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = lune-git
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-git
|
||||
pkgver=0.8.9.r0.g010cd36
|
||||
pkgver=0.9.0.r1.ge234eab
|
||||
pkgrel=1
|
||||
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
|
@ -13,7 +13,7 @@ makedepends=(cargo cmake git)
|
|||
provides=(lune)
|
||||
conflicts=(lune)
|
||||
options=(!lto)
|
||||
source=("git+https://github.com/filiptibell/lune.git")
|
||||
source=("git+https://github.com/lune-org/lune.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = lune
|
||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||
pkgver = 0.8.9
|
||||
pkgrel = 2
|
||||
pkgver = 0.9.0
|
||||
pkgrel = 1
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
@ -12,7 +12,7 @@ pkgbase = lune
|
|||
conflicts = lune-git
|
||||
conflicts = lune-bin
|
||||
options = !lto
|
||||
source = lune-0.8.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.9.tar.gz
|
||||
sha256sums = b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59
|
||||
source = lune-0.9.0.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.0.tar.gz
|
||||
sha256sums = 7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c
|
||||
|
||||
pkgname = lune
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune
|
||||
pkgver=0.8.9
|
||||
pkgrel=2
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
conflicts=(lune-git lune-bin)
|
||||
|
@ -11,8 +11,8 @@ license=(MPL2)
|
|||
depends=(glibc)
|
||||
makedepends=(cargo cmake)
|
||||
options=(!lto)
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c')
|
||||
|
||||
prepare() {
|
||||
cd "lune-${pkgver}"
|
||||
|
|
Loading…
Add table
Reference in a new issue