Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] chroma: update to 0.6.5.
Date: Sat, 20 Jul 2019 09:39:33 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13245@inbox.vuxu.org> (raw)

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

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

https://github.com/TeddyDD/void-packages-1 update-chroma
https://github.com/void-linux/void-packages/pull/13245

chroma: update to 0.6.5.
Pre build is needed due to https://github.com/alecthomas/chroma/issues/263

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-chroma-13245.patch --]
[-- Type: application/text/x-diff, Size: 1140 bytes --]

From e046d5264adec057f515690d5269edb8d8f7e923 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 20 Jul 2019 09:38:37 +0200
Subject: [PATCH] chroma: update to 0.6.5.

---
 srcpkgs/chroma/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template
index f292a12648e..4efb0ce70e2 100644
--- a/srcpkgs/chroma/template
+++ b/srcpkgs/chroma/template
@@ -1,6 +1,6 @@
 # Template file for 'chroma'
 pkgname=chroma
-version=0.6.4
+version=0.6.5
 revision=1
 build_style=go
 go_import_path="github.com/alecthomas/${pkgname}"
@@ -11,7 +11,15 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/alecthomas/chroma"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=159230a97fad2c2eb052141dacd96a3e09e387f9318168fbf89278cf30c2b77c
+checksum=92bc5929fcd9d9e4c6261c1e12aa61314211b62ea8813e94fb4b5d3d60450345
+
+do_check() {
+	go test -v
+}
+
+pre_build() {
+	sed -i 's/v1.0.1-0.20190717041731-572a5da3dff8/v1.0.0/' go.mod
+}
 
 post_install() {
 	vlicense COPYING

             reply	other threads:[~2019-07-20  7:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-20  7:39 voidlinux-github [this message]
2019-07-20  9:12 ` [PR PATCH] [Merged]: " voidlinux-github

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-13245@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).