mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
chore(aur): bump versions
This commit is contained in:
parent
4d2aab5d38
commit
9edc5b34e7
6 changed files with 9 additions and 6 deletions
|
@ -1,11 +1,12 @@
|
||||||
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.5
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MPL2
|
license = MPL2
|
||||||
|
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.5/lune-0.7.5-linux-x86_64.zip
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=lune-bin
|
pkgname=lune-bin
|
||||||
pkgver=0.7.5
|
pkgver=0.7.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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)
|
||||||
|
|
|
@ -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.r0.g4c876cb
|
pkgver = 0.7.5.r9.g9ff142e
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -8,6 +8,7 @@ pkgbase = lune-git
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = cargo
|
makedepends = cargo
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
depends = glibc
|
||||||
provides = lune
|
provides = lune
|
||||||
conflicts = lune
|
conflicts = lune
|
||||||
options = !lto
|
options = !lto
|
||||||
|
|
|
@ -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.r0.g4c876cb
|
pkgver=0.7.5.r9.g9ff142e
|
||||||
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,12 +1,13 @@
|
||||||
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.5
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://lune-org.github.io/docs
|
url = https://lune-org.github.io/docs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = cargo
|
makedepends = cargo
|
||||||
|
depends = glibc
|
||||||
conflicts = lune-git
|
conflicts = lune-git
|
||||||
conflicts = lune-bin
|
conflicts = lune-bin
|
||||||
options = !lto
|
options = !lto
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=lune
|
pkgname=lune
|
||||||
pkgver=0.7.5
|
pkgver=0.7.5
|
||||||
pkgrel=1
|
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)
|
||||||
conflicts=(lune-git lune-bin)
|
conflicts=(lune-git lune-bin)
|
||||||
|
|
Loading…
Reference in a new issue