Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tiny: udpate to 0.9.0.
@ 2021-05-14  0:07 eoli3n
  2021-05-14  2:42 ` unspecd
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: eoli3n @ 2021-05-14  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/30837

tiny: udpate to 0.9.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From acc514296e5e7128985056d62a293a2bd2fd46f3 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Fri, 14 May 2021 01:58:08 +0200
Subject: [PATCH] tiny: udpate to 0.9.0.

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index d46b594b09bd..06dcedae6cbb 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -1,8 +1,8 @@
 # Template file for 'tiny'
 pkgname=tiny
-version=0.8.0
+version=0.9.0
 revision=1
-build_wrksrc="tiny"
+build_wrksrc="crates/tiny"
 build_style=cargo
 configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
 hostmakedepends="pkg-config"
@@ -11,9 +11,9 @@ short_desc="Tiny terminal IRC client"
 maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
-distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
-checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
 
 post_install() {
-	vlicense ../LICENSE
+	vlicense ../../LICENSE
 }

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

* Re: tiny: udpate to 0.9.0.
  2021-05-14  0:07 [PR PATCH] tiny: udpate to 0.9.0 eoli3n
@ 2021-05-14  2:42 ` unspecd
  2021-05-14  8:26 ` [PR PATCH] [Updated] " eoli3n
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2021-05-14  2:42 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/30837#issuecomment-840967919

Comment:
> udpate

update

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

* Re: [PR PATCH] [Updated] tiny: udpate to 0.9.0.
  2021-05-14  0:07 [PR PATCH] tiny: udpate to 0.9.0 eoli3n
  2021-05-14  2:42 ` unspecd
@ 2021-05-14  8:26 ` eoli3n
  2021-05-14  8:27 ` eoli3n
  2021-05-14 13:41 ` [PR PATCH] [Merged]: tiny: update " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: eoli3n @ 2021-05-14  8:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/30837

tiny: udpate to 0.9.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From a11efcf1cbd5612eac5600d4e36b1e98a76c48d2 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Fri, 14 May 2021 01:58:08 +0200
Subject: [PATCH] tiny: update to 0.9.0.

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index d46b594b09bd..06dcedae6cbb 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -1,8 +1,8 @@
 # Template file for 'tiny'
 pkgname=tiny
-version=0.8.0
+version=0.9.0
 revision=1
-build_wrksrc="tiny"
+build_wrksrc="crates/tiny"
 build_style=cargo
 configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
 hostmakedepends="pkg-config"
@@ -11,9 +11,9 @@ short_desc="Tiny terminal IRC client"
 maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
-distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
-checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
 
 post_install() {
-	vlicense ../LICENSE
+	vlicense ../../LICENSE
 }

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

* Re: tiny: udpate to 0.9.0.
  2021-05-14  0:07 [PR PATCH] tiny: udpate to 0.9.0 eoli3n
  2021-05-14  2:42 ` unspecd
  2021-05-14  8:26 ` [PR PATCH] [Updated] " eoli3n
@ 2021-05-14  8:27 ` eoli3n
  2021-05-14 13:41 ` [PR PATCH] [Merged]: tiny: update " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: eoli3n @ 2021-05-14  8:27 UTC (permalink / raw)
  To: ml

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

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/30837#issuecomment-841097351

Comment:
oups, it was late :night_with_stars: 

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

* Re: [PR PATCH] [Merged]: tiny: update to 0.9.0.
  2021-05-14  0:07 [PR PATCH] tiny: udpate to 0.9.0 eoli3n
                   ` (2 preceding siblings ...)
  2021-05-14  8:27 ` eoli3n
@ 2021-05-14 13:41 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-14 13:41 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

tiny: update to 0.9.0.
https://github.com/void-linux/void-packages/pull/30837

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-05-14 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14  0:07 [PR PATCH] tiny: udpate to 0.9.0 eoli3n
2021-05-14  2:42 ` unspecd
2021-05-14  8:26 ` [PR PATCH] [Updated] " eoli3n
2021-05-14  8:27 ` eoli3n
2021-05-14 13:41 ` [PR PATCH] [Merged]: tiny: update " ericonr

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