summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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() {