Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qytdl: update to 1.1.
@ 2020-05-11 12:49 mobinmob
  2020-05-11 13:10 ` [PR PATCH] [Updated] " mobinmob
  2020-05-11 18:15 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2020-05-11 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages qytdl
https://github.com/void-linux/void-packages/pull/21834

qytdl: update to 1.1.


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

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

From d1d5f5a1837105d7feefa0e1e730d90498b19ab7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 11 May 2020 15:46:46 +0300
Subject: [PATCH] qytdl: update to 1.1.

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

diff --git a/srcpkgs/qytdl/template b/srcpkgs/qytdl/template
index 0f199d74333..e47abd7dd11 100644
--- a/srcpkgs/qytdl/template
+++ b/srcpkgs/qytdl/template
@@ -1,7 +1,7 @@
 # Template file for 'qytdl'
 pkgname=qytdl
-version=0.93
-revision=2
+version=1.1
+revision=1
 archs=noarch
 build_style=gnu-makefile
 pycompile_dirs="usr/share/qytdl/src"
@@ -10,9 +10,9 @@ short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3"
 homepage="http://www.someplacedumb.net/content/progs/#qytdl"
-distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz"
-checksum=fe811fc7f91aa7c83aa381f754237df5be48e13be803accc08a1cd879aee630c
-python_version=3 #unverified
+distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.xz"
+checksum=5626f6cfd205bd0f3e51dbddc4f033502cd64f024c230e2e3e742833c07b5c64
+python_version=3
 
 do_install() {
 	make PREFIX=${DESTDIR}/usr install

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

* Re: [PR PATCH] [Updated] qytdl: update to 1.1.
  2020-05-11 12:49 [PR PATCH] qytdl: update to 1.1 mobinmob
@ 2020-05-11 13:10 ` mobinmob
  2020-05-11 18:15 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-05-11 13:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages qytdl
https://github.com/void-linux/void-packages/pull/21834

qytdl: update to 1.1.


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

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

From 81efbd8def02b886f9651fbaeb4e2874943eb4d1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 11 May 2020 15:46:46 +0300
Subject: [PATCH] qytdl: update to 1.1.

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

diff --git a/srcpkgs/qytdl/template b/srcpkgs/qytdl/template
index 0f199d74333..b620c498a25 100644
--- a/srcpkgs/qytdl/template
+++ b/srcpkgs/qytdl/template
@@ -1,18 +1,18 @@
 # Template file for 'qytdl'
 pkgname=qytdl
-version=0.93
-revision=2
+version=1.1
+revision=1
 archs=noarch
 build_style=gnu-makefile
 pycompile_dirs="usr/share/qytdl/src"
 depends="desktop-file-utils python3-PyQt5 python3-youtube-dl"
 short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.someplacedumb.net/content/progs/#qytdl"
-distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.gz"
-checksum=fe811fc7f91aa7c83aa381f754237df5be48e13be803accc08a1cd879aee630c
-python_version=3 #unverified
+distfiles="http://www.someplacedumb.net/content/progs/qytdl/qytdl-${version}.tar.xz"
+checksum=5626f6cfd205bd0f3e51dbddc4f033502cd64f024c230e2e3e742833c07b5c64
+python_version=3
 
 do_install() {
 	make PREFIX=${DESTDIR}/usr install

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

* Re: [PR PATCH] [Merged]: qytdl: update to 1.1.
  2020-05-11 12:49 [PR PATCH] qytdl: update to 1.1 mobinmob
  2020-05-11 13:10 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-11 18:15 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-11 18:15 UTC (permalink / raw)
  To: ml

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

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

qytdl: update to 1.1.
https://github.com/void-linux/void-packages/pull/21834

Description:


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

end of thread, other threads:[~2020-05-11 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 12:49 [PR PATCH] qytdl: update to 1.1 mobinmob
2020-05-11 13:10 ` [PR PATCH] [Updated] " mobinmob
2020-05-11 18:15 ` [PR PATCH] [Merged]: " Hoshpak

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