Github messages for voidlinux
 help / color / mirror / Atom feed
From: drincoxyz <drincoxyz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] premake5: update to 5.0.0beta2
Date: Wed, 21 Sep 2022 21:10:52 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39408@inbox.vuxu.org> (raw)

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

There is a new pull request by drincoxyz against master on the void-packages repository

https://github.com/drincoxyz/void-packages premake5
https://github.com/void-linux/void-packages/pull/39408

premake5: update to 5.0.0beta2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, x86_64


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

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

From 3ca0e44ba3886269bc1f26b0ddbb24d874424d82 Mon Sep 17 00:00:00 2001
From: Brandon Little <19823165+drincoxyz@users.noreply.github.com>
Date: Wed, 21 Sep 2022 15:02:36 -0400
Subject: [PATCH] premake5: update to 5.0.0beta2

---
 srcpkgs/premake5/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/premake5/template b/srcpkgs/premake5/template
index d06e562b93dd..075367752107 100644
--- a/srcpkgs/premake5/template
+++ b/srcpkgs/premake5/template
@@ -1,19 +1,19 @@
 # Template file for 'premake5'
 pkgname=premake5
-version=5.0.0alpha15
+version=5.0.0beta2
 revision=1
-_version=${version/alpha/-alpha}
-wrksrc="premake-${_version}"
+_version=${version/beta/-beta}
+wrksrc="premake-${_version}-src"
 build_style=gnu-makefile
 make_build_args="-C build/gmake2.unix config=release"
-hostmakedepends="unzip"
+hostmakedepends="unzip libuuid-devel"
 short_desc="Cross-platform, open-source build system"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="BSD-3-Clause"
 homepage="https://premake.github.io/"
 changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
 distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
-checksum=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53
+checksum=4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
 
 do_install() {
 	  vbin bin/release/premake5

             reply	other threads:[~2022-09-21 19:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 19:10 drincoxyz [this message]
2022-09-21 22:52 ` [PR PATCH] [Updated] " drincoxyz
2022-12-21  1:55 ` github-actions
2022-12-21 19:07 ` [PR PATCH] [Updated] " drincoxyz
2022-12-28  3:44 ` [PR PATCH] [Closed]: " drincoxyz

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39408@inbox.vuxu.org \
    --to=drincoxyz@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).