summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael2020-11-05 19:37:58 -0500
committerMichael2020-11-05 19:37:58 -0500
commit79c291cade2baff608716a55354df3c274a604cf (patch)
tree7e73d0c6f7b347d64c8d4e6613c79f2b7945ab0c
parente6aed8069987d5686b5ba58df8cc5a441b159ea9 (diff)
downloadaur-79c291cade2baff608716a55354df3c274a604cf.tar.gz
Add depends for pychromecast >= 7.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cdd9f9ce671..c5e1006172e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catt
pkgdesc = Cast All The Things - Send videos from many, many online sources to your Chromecast.
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skorokithakis/catt
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = catt
depends = python-click
depends = python-ifaddr
depends = python-netifaces
- depends = python-pychromecast6
+ depends = python-pychromecast>=7.5.0
depends = python-requests
depends = youtube-dl>=2020.06.06
source = catt-0.12.0.tar.gz::https://github.com/skorokithakis/catt/archive/v0.12.0.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index c657c637101b..cba43ed4d678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='catt'
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cast All The Things - Send videos from many, many online sources to your Chromecast.'
arch=('any')
url=https://github.com/skorokithakis/"${pkgname}"
@@ -16,7 +16,7 @@ depends=(
'python-click'
'python-ifaddr'
'python-netifaces'
- 'python-pychromecast6'
+ 'python-pychromecast>=7.5.0'
'python-requests'
'youtube-dl>=2020.06.06')
makedepends=('python' 'python-setuptools')