summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-22 19:26:00 +1200
committertee2024-04-22 19:26:00 +1200
commitec27dbd00a1a8669ef3f9fd3cb110e7bd1fb57d5 (patch)
tree85c05958ca0b7a0224e07d01cc113b7c2db08f47
parent9a21b940c8ec9b4f380ff91ef4a911eb2e040445 (diff)
downloadaur-ec27dbd00a1a8669ef3f9fd3cb110e7bd1fb57d5.tar.gz
Version 0.622
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0cf35083a67..df9edf239a4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = luau-bin
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
- pkgver = 0.621
+ pkgver = 0.622
pkgrel = 1
url = https://github.com/luau-lang/luau
arch = x86_64
license = MIT
- makedepends = unzip
provides = luau
conflicts = luau
conflicts = luau-git
- source = luau-0.621.zip::https://github.com/luau-lang/luau/releases/download/0.621/luau-ubuntu.zip
- b2sums = b7f63121bc01bdee79ad27f7f9a4b1d6d839787fd15abaae4ba5b14e08dd64c6c7900010e5a9dc2d9d65a5720dea1f82a31e6db0f08797e4ebf8f4bb4383dbfe
+ source = luau-0.622.zip::https://github.com/luau-lang/luau/releases/download/0.622/luau-ubuntu.zip
+ b2sums = a005ed709f6ed4f327da44b337d3040db259e38134c99b920d659e26a5bb00fb8f58d889156ac242576cd46b906b0acb222f686aff265da1aa3361fb376d2ad8
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 67def2a60c35..49512efe3579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,19 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.621
+pkgver=0.622
pkgrel=1
-
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
arch=('x86_64')
url='https://github.com/luau-lang/luau'
license=('MIT')
-
-makedepends=('unzip')
conflicts=("$_pkgbase" "$_pkgbase"-git)
provides=("$_pkgbase")
source=("luau-$pkgver.zip::https://github.com/luau-lang/luau/releases/download/${pkgver}/luau-ubuntu.zip")
-b2sums=('b7f63121bc01bdee79ad27f7f9a4b1d6d839787fd15abaae4ba5b14e08dd64c6c7900010e5a9dc2d9d65a5720dea1f82a31e6db0f08797e4ebf8f4bb4383dbfe')
+b2sums=('a005ed709f6ed4f327da44b337d3040db259e38134c99b920d659e26a5bb00fb8f58d889156ac242576cd46b906b0acb222f686aff265da1aa3361fb376d2ad8')
prepare() {
- unzip -o "luau-$pkgver.zip"
+ bsdunzip -o "luau-$pkgver.zip"
}
package() {