summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2022-06-19 00:58:51 +0200
committerBrinkerVII2022-06-19 00:58:51 +0200
commitaaca9ebd14fd3c1458baca3bf5f527b3fdf95d4e (patch)
tree85ca5e96a4f03961488fde349d72115b3b2c0dab
parent7a00d80f6ba423d6f4fdb799018ef88a27c9cc84 (diff)
downloadaur-aaca9ebd14fd3c1458baca3bf5f527b3fdf95d4e.tar.gz
Version 0.532
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Include-utility.patch24
-rw-r--r--PKGBUILD12
3 files changed, 4 insertions, 38 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09aa6aa83cf..ef0550ac613b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luau-git
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
- pkgver = 0.530.55a0268
- pkgrel = 2
+ pkgver = 0.532.f1b46f4
+ pkgrel = 1
url = https://github.com/Roblox/luau
arch = any
license = MIT
@@ -11,8 +11,6 @@ pkgbase = luau-git
conflicts = luau
conflicts = luau-bin
source = git+https://github.com/Roblox/luau.git
- source = 0001-Include-utility.patch
sha512sums = SKIP
- sha512sums = 430480ea8d40db9f8f60419bc6e317f72b5718ff830877f676313e1d64906ef5168d51bd9a45c816cfb74c6f4838034b84661b4737a84daf1ad6d4988024c372
pkgname = luau-git
diff --git a/0001-Include-utility.patch b/0001-Include-utility.patch
deleted file mode 100644
index 69e9e669af82..000000000000
--- a/0001-Include-utility.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 0cf89b611f53efc66b28df58cc0ebeec7c10a801 Mon Sep 17 00:00:00 2001
-From: BrinkerVII <brinkervii@gmail.com>
-Date: Sun, 5 Jun 2022 00:19:07 +0200
-Subject: [PATCH] Include <utility>
-
----
- Analysis/include/Luau/Variant.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Analysis/include/Luau/Variant.h b/Analysis/include/Luau/Variant.h
-index c9c97c9..f637222 100644
---- a/Analysis/include/Luau/Variant.h
-+++ b/Analysis/include/Luau/Variant.h
-@@ -6,6 +6,7 @@
- #include <type_traits>
- #include <initializer_list>
- #include <stddef.h>
-+#include <utility>
-
- namespace Luau
- {
---
-2.36.1
-
diff --git a/PKGBUILD b/PKGBUILD
index fbe6ba4acdef..98b6d708d77b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgbase=luau
pkgname=luau-git
-pkgver=0.530.55a0268
-pkgrel=2
+pkgver=0.532.f1b46f4
+pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
arch=('any')
@@ -16,12 +16,10 @@ provides=("$_pkgbase")
source=(
'git+https://github.com/Roblox/luau.git'
- '0001-Include-utility.patch'
)
sha512sums=(
'SKIP'
- '430480ea8d40db9f8f60419bc6e317f72b5718ff830877f676313e1d64906ef5168d51bd9a45c816cfb74c6f4838034b84661b4737a84daf1ad6d4988024c372'
)
pkgver() {
@@ -35,12 +33,6 @@ pkgver() {
echo "$_latest_tag.$_git_hash"
}
-prepare() {
- pushd "$srcdir/$_pkgbase"
- patch -p1 < "$srcdir/0001-Include-utility.patch"
- popd
-}
-
build() {
_build_dir=$srcdir/build