mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
chore(aur): release v0.7.6
This commit is contained in:
parent
45f9e1c2a3
commit
9d0360739c
6 changed files with 19 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = lune-bin
|
pkgbase = lune-bin
|
||||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||||
pkgver = 0.7.5
|
pkgver = 0.7.6
|
||||||
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
|
||||||
|
@ -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.7.5/lune-0.7.5-linux-x86_64.zip
|
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-x86_64.zip
|
||||||
sha256sums_x86_64 = eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c
|
sha256sums_x86_64 = 012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a
|
||||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.5/lune-0.7.5-linux-aarch64.zip
|
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-aarch64.zip
|
||||||
sha256sums_aarch64 = dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd
|
sha256sums_aarch64 = 2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80
|
||||||
|
|
||||||
pkgname = lune-bin
|
pkgname = lune-bin
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune-bin
|
pkgname=lune-bin
|
||||||
pkgver=0.7.5
|
pkgver=0.7.6
|
||||||
pkgrel=2
|
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)
|
||||||
|
@ -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=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')
|
sha256sums_x86_64=('012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a')
|
||||||
sha256sums_aarch64=('dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd')
|
sha256sums_aarch64=('2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 -t "$pkgdir/usr/bin" lune
|
install -Dm755 -t "$pkgdir/usr/bin" lune
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
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.7.5.r9.g9ff142e
|
pkgver = 0.7.6.r0.ge57b8c3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune-git
|
pkgname=lune-git
|
||||||
pkgver=0.7.5.r9.g9ff142e
|
pkgver=0.7.6.r0.ge57b8c3
|
||||||
pkgrel=1
|
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)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = lune
|
pkgbase = lune
|
||||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||||
pkgver = 0.7.5
|
pkgver = 0.7.6
|
||||||
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
|
||||||
|
@ -11,7 +11,7 @@ pkgbase = lune
|
||||||
conflicts = lune-git
|
conflicts = lune-git
|
||||||
conflicts = lune-bin
|
conflicts = lune-bin
|
||||||
options = !lto
|
options = !lto
|
||||||
source = lune-0.7.5.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.5.tar.gz
|
source = lune-0.7.6.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.6.tar.gz
|
||||||
sha256sums = e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775
|
sha256sums = 235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc
|
||||||
|
|
||||||
pkgname = lune
|
pkgname = lune
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||||
|
|
||||||
pkgname=lune
|
pkgname=lune
|
||||||
pkgver=0.7.5
|
pkgver=0.7.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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)
|
||||||
conflicts=(lune-git lune-bin)
|
conflicts=(lune-git lune-bin)
|
||||||
|
@ -12,7 +12,7 @@ depends=(glibc)
|
||||||
makedepends=(cargo)
|
makedepends=(cargo)
|
||||||
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=('e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775')
|
sha256sums=('235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "lune-${pkgver}"
|
cd "lune-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue