Package Details: freetube-bin 0.22.0-1

Git Clone URL: https://aur.archlinux.org/freetube-bin.git (read-only, click to copy)
Package Base: freetube-bin
Description: An open source desktop YouTube player built with privacy in mind.
Upstream URL: https://github.com/FreeTubeApp/FreeTube
Keywords: youtube
Licenses: AGPL3
Conflicts: freetube
Provides: freetube
Submitter: plague-doctor
Maintainer: plague-doctor (bacteriostat)
Last Packager: bacteriostat
Votes: 177
Popularity: 6.88
First Submitted: 2019-04-02 03:28 (UTC)
Last Updated: 2024-10-27 12:17 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

bacteriostat commented on 2024-10-28 07:22 (UTC)

@gavinbeatty I am no lawyer but the AGPL3 license file in the Freetube's repository implicitly allows usage of "later versions" if the program specifies it. So IMO it does not need to be mentioned explicitly. Thanks.

gavinbeatty commented on 2024-10-27 23:36 (UTC)

Should be license=(AGPL-3.0-or-later), based on the README:

FreeTube is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

bacteriostat commented on 2024-07-29 05:57 (UTC)

Thanks @plague-doctor. Glad to help.

plague-doctor commented on 2024-07-28 23:02 (UTC)

Great! Welcome, @bacteriostat as a co-maintainer :-)

bacteriostat commented on 2024-07-27 06:25 (UTC)

@plague-doctor Yes. Have a look: https://aur.archlinux.org/packages?O=0&SeB=m&K=bacteriostat

plague-doctor commented on 2024-07-26 22:56 (UTC)

@t-h2p: Oh, this is very simple to build that. Five easy steps: 1) update pkgver = 0.21.2 in PKGBUILD 2) run updpkgsums 3) run makepkg 4) run mksrcinfo 5) install using sudo pacman -U freetube-bin-0.21.2-1-x86_64.pkg.tar.zst

I would be happy to have a co-maintainer @bacteriostat. Do you maintain any packages?

bacteriostat commented on 2024-07-26 08:42 (UTC)

Hi @plague-doctor, I can co-maintain this package.

t-h2o commented on 2024-07-26 08:05 (UTC)

is a correct patch, how do you get the md5sum ? I downloaded the files and applied the command, does exist an another way ?

diff --git a/.SRCINFO b/.SRCINFO
index 0268025..3adf824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = freetube-bin
        pkgdesc = An open source desktop YouTube player built with privacy in mind.
-       pkgver = 0.21.1
+       pkgver = 0.21.2
        pkgrel = 1
        url = https://github.com/FreeTubeApp/FreeTube
        arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = freetube-bin
        conflicts = freetube
        options = !strip
        options = staticlibs
-       source_x86_64 = freetube-bin-0.21.1-amd64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.1-beta/freetube_0.21.1_amd64.deb
-       md5sums_x86_64 = 8516d11770650d29f1f5a729861820c7
-       source_aarch64 = freetube-bin-0.21.1-arm64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.1-beta/freetube_0.21.1_arm64.deb
-       md5sums_aarch64 = dcb822e4646e9ef53d8d016657bcd7d1
+       source_x86_64 = freetube-bin-0.21.2-amd64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.2-beta/freetube_0.21.2_amd64.deb
+       md5sums_x86_64 = d6c4c37e14ee53930a73d30daa4d91bd
+       source_aarch64 = freetube-bin-0.21.2-arm64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.2-beta/freetube_0.21.2_arm64.deb
+       md5sums_aarch64 = e81bcad1f804a75fc725e4fa3c7aa5ff

 pkgname = freetube-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6efffcf..115ac18 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _pkgname=freetube
 pkgname=${_pkgname}-bin
-pkgver=0.21.1
+pkgver=0.21.2
 pkgrel=1
 pkgdesc="An open source desktop YouTube player built with privacy in mind."
 arch=('x86_64' 'aarch64')
@@ -28,5 +28,5 @@ package() {
     ln -s "/opt/FreeTube/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
 }

-md5sums_x86_64=('8516d11770650d29f1f5a729861820c7')
-md5sums_aarch64=('dcb822e4646e9ef53d8d016657bcd7d1')
+md5sums_x86_64=('d6c4c37e14ee53930a73d30daa4d91bd')
+md5sums_aarch64=('e81bcad1f804a75fc725e4fa3c7aa5ff')

syl commented on 2024-04-16 11:04 (UTC)

@plague-doctor thank you for maintaining this package ;-)

Skythrew commented on 2024-04-16 05:33 (UTC)

No problem :)