Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tealdeer: update to 1.6.0
@ 2022-10-02  7:28 tranzystorek-io
  2022-10-02 23:26 ` Piraty
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tranzystorek-io @ 2022-10-02  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tealdeer
https://github.com/void-linux/void-packages/pull/39609

tealdeer: update to 1.6.0
<!-- 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, (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/39609.patch is attached

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

From f36646fc899e52abc5ed2a44b4077d58ad009641 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 2 Oct 2022 09:24:34 +0200
Subject: [PATCH] tealdeer: update to 1.6.0

---
 srcpkgs/tealdeer/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index b85558712230..ee71616f66c5 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,6 +1,6 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
-version=1.5.0
+version=1.6.0
 revision=1
 # uses rustls/ring
 archs="x86_64* aarch64* i686* armv[67]*"
@@ -10,15 +10,15 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
-distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
-checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
+distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
+checksum=7e957b8f440264524822d855af856a634d48a8150a11089bcf8252e42a9ec5e4
 alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
 
 post_install() {
 	vlicense LICENSE-MIT
 	vlicense LICENSE-APACHE
 	mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
-	vcompletion bash_tealdeer bash
-	vcompletion fish_tealdeer fish
-	vcompletion zsh_tealdeer zsh
+	vcompletion completion/bash_tealdeer bash
+	vcompletion completion/fish_tealdeer fish
+	vcompletion completion/zsh_tealdeer zsh
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-03 14:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02  7:28 [PR PATCH] tealdeer: update to 1.6.0 tranzystorek-io
2022-10-02 23:26 ` Piraty
2022-10-03  9:15 ` jcgruenhage
2022-10-03  9:31 ` tranzystorek-io
2022-10-03  9:59 ` jcgruenhage
2022-10-03 14:08 ` [PR REVIEW] " classabbyamp
2022-10-03 14:14 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-03 14:29 ` [PR PATCH] [Merged]: " classabbyamp

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).