Github messages for voidlinux
 help / color / mirror / Atom feed
From: ram02z <ram02z@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] StyLua: update to 0.15.2.
Date: Thu, 10 Nov 2022 21:19:57 +0100	[thread overview]
Message-ID: <20221110201957.Nf6y7tbF-e8BldjjhNqQhjgzMLcR-aLcEArLZMVe18M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39444@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

There is an updated pull request by ram02z against master on the void-packages repository

https://github.com/ram02z/void-packages StyLua
https://github.com/void-linux/void-packages/pull/39444

StyLua: update to 0.15.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Enabled both `lua53` and `lua54` feature flags to match the github releases StyLua provides.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-StyLua-39444.patch --]
[-- Type: text/x-diff, Size: 1809 bytes --]

From 952ddf2e14542057b306f248922926c7dacf4429 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sat, 24 Sep 2022 13:19:19 +0100
Subject: [PATCH] StyLua: update to 0.15.2.

---
 srcpkgs/StyLua/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/StyLua/template b/srcpkgs/StyLua/template
index ff3283d76d43..b9c13bf33a8c 100644
--- a/srcpkgs/StyLua/template
+++ b/srcpkgs/StyLua/template
@@ -1,21 +1,24 @@
 # Template file for 'StyLua'
 pkgname=StyLua
-version=0.14.3
+version=0.15.2
 revision=1
 build_style=cargo
-configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if luau '--features luau')"
+configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
+ $(vopt_if lua54 '--features lua54') $(vopt_if luau '--features luau')"
 short_desc="Opinionated Lua code formatter"
 maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/JohnnyMorganz/StyLua"
-changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
 distfiles="https://github.com/JohnnyMorganz/StyLua/archive/v${version}.tar.gz"
-checksum=d56d7f9ca7302047ecb5c92eb60436fcc2ee6dcb8c4b0f21d6d0f2c5461a9769
+checksum=9a0ce0131f0fa38652f03281c54de0c6e3251e06897a53d719e78449d66e270b
 
-build_options="lua52 luau"
-build_options_default="lua52 luau"
+build_options="lua52 lua53 lua54 luau"
+build_options_default="lua52 lua53 lua54 luau"
 
 desc_option_lua52="Enable support for Lua 5.2 syntax"
+desc_option_lua53="Enable support for Lua 5.3 syntax"
+desc_option_lua54="Enable support for Lua 5.4 syntax"
 desc_option_luau="Enable support for Luau syntax"
 
 post_install() {

  parent reply	other threads:[~2022-11-10 20:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24 12:31 [PR PATCH] StyLua: update to 0.15.1 ram02z
2022-09-25  5:43 ` icp1994
2022-09-26  8:39 ` [PR PATCH] [Updated] " ram02z
2022-09-26  8:40 ` ram02z
2022-09-26 16:31 ` paper42
2022-09-27 16:58 ` [PR PATCH] [Updated] " ram02z
2022-09-27 16:59 ` ram02z
2022-10-12 10:20 ` [PR PATCH] [Updated] " ram02z
2022-11-08 19:34 ` icp1994
2022-11-09 19:56 ` [PR PATCH] [Updated] " ram02z
2022-11-10 19:25 ` StyLua: update to 0.15.2 paper42
2022-11-10 20:19 ` ram02z [this message]
2022-11-10 20:20 ` ram02z
2022-11-17 13:14 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110201957.Nf6y7tbF-e8BldjjhNqQhjgzMLcR-aLcEArLZMVe18M@z \
    --to=ram02z@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).