Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] taplo: update to 0.8.0
Date: Thu, 02 Mar 2023 16:12:32 +0100	[thread overview]
Message-ID: <20230302151232.ZgRLIg276uBJQFq5wG2gd4N53645nDPEztlTLeCA_8g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40255@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From 3710cfd087dc9d4f7ccb0374ca8f6370df70f2fd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 2 Mar 2023 10:12:15 -0500
Subject: [PATCH] taplo: update to 0.8.0

---
 srcpkgs/taplo/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 7a0781d88a96..af4f095d4606 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,18 +1,21 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+# no-default-features: allows selecting custom feature set
+# lsp: builds TOML language server
+# native-tls: Enables linking against system SSL instead of rustls/ring
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

  parent reply	other threads:[~2023-03-02 15:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-01  1:58 [PR PATCH] " cinerea0
2022-11-04  3:09 ` [PR PATCH] [Updated] " cinerea0
2022-11-08 19:02 ` cinerea0
2022-11-08 19:32 ` cinerea0
2022-11-16  2:05 ` cinerea0
2022-11-22  3:07 ` cinerea0
2023-02-28  2:01 ` github-actions
2023-02-28 15:04 ` cinerea0
2023-02-28 21:56 ` [PR REVIEW] " paper42
2023-03-02 15:05 ` [PR PATCH] [Updated] " cinerea0
2023-03-02 15:12 ` cinerea0 [this message]
2023-03-02 15:16 ` [PR REVIEW] " cinerea0
2023-03-02 21:01 ` [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=20230302151232.ZgRLIg276uBJQFq5wG2gd4N53645nDPEztlTLeCA_8g@z \
    --to=cinerea0@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).