Package Details: python-pychromecast6 6.0.1-5

Git Clone URL: https://aur.archlinux.org/python-pychromecast6.git (read-only, click to copy)
Package Base: python-pychromecast6
Description: Library for Python 3 to communicate with the Google Chromecast
Upstream URL: https://github.com/balloob/pychromecast
Licenses: MIT
Conflicts: python-pychromecast
Provides: python-pychromecast
Submitter: TheGoliath
Maintainer: nobodywasishere
Last Packager: nobodywasishere
Votes: 3
Popularity: 0.072414
First Submitted: 2020-07-09 09:32 (UTC)
Last Updated: 2020-12-07 19:13 (UTC)

Required by (17)

Sources (2)

Latest Comments

1 2 Next › Last »

senorsnor commented on 2020-12-07 21:06 (UTC)

thank you from the bottom of my heart for that is_alive.patch!

<deleted-account> commented on 2020-11-05 20:49 (UTC)

Due to work I have had to disown my packages as it no longer makes sense for me to run linux at work or at home, and I don't feel good about pushing packages without any testing.

nobodywasishere commented on 2020-10-05 19:34 (UTC) (edited on 2020-10-05 19:34 (UTC) by nobodywasishere)

@evanmn @FirstAirBender I talked with Foxboron on the IRC chat and he provided a great example why you should use double quotes and not single quotes.

[test@test-pc ~]$ pkgver=1; echo '${pkgver}'; echo "${pkgver}"

${pkgver}

1

[test@test-pc ~]$

It's also right here on this page:

"Provides: python-pychromecast=$pkgver"

when it should be

"Provides: python-pychromecast=6.0.1".

Going to fix this now. Thanks for catching that!

<deleted-account> commented on 2020-10-05 17:56 (UTC)

I was too fast in writing this comment. I believe that FirstAirBender is right. It seems that the great majority of the time in the repos when ${PKGVER} is used, double quotes are also used.

<deleted-account> commented on 2020-10-05 17:54 (UTC)

This seems like it could go either way. On the wiki for provides under pkgbuild, the example uses single quotes. For packages in the repos it seems to go either way, and at times has no quotes at all.

nobodywasishere commented on 2020-10-04 20:49 (UTC)

@FirstAirBender Why do you say that? It works on my machine and namcap doesn't report any issues regarding quotes. I also can't find any information online regarding whether single or double quotes are required. Are you experiencing a problem with the PKGBUILD?

FirstAirBender commented on 2020-10-04 05:50 (UTC)

You did the update wrong. It should be double quotes, not single.

nobodywasishere commented on 2020-09-19 22:53 (UTC)

@PedroHLC Done :) thanks for the heads up.

PedroHLC commented on 2020-09-19 11:50 (UTC)

please, change provides to: provides=('python-pychromecast=6.0.1') or provides=("python-pychromecast=$pkgver")