summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashon Wells2023-01-17 13:11:25 -0600
committerDashon Wells2023-01-17 13:11:25 -0600
commit17a3ece88286d0ef213f88e784c918c56a3d4c15 (patch)
treef6c1f6f0aad980f3577f3bd1dd0e4ac02021dad9
parent9f1c86113ed63d603a05452fbf466f445ca46cb5 (diff)
downloadaur-17a3ece88286d0ef213f88e784c918c56a3d4c15.tar.gz
Accept any yt-dlp, remove unnecessary dependencies, add missing dependency although it works fine without it.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91f7dbccb50d..7ea250bf620c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = catt
pkgdesc = Cast All The Things - Send videos from many, many online sources to your Chromecast.
pkgver = 0.12.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skorokithakis/catt
arch = any
license = BSD
makedepends = python-setuptools
- depends = python
depends = python-click
- depends = python-ifaddr
- depends = python-netifaces
+ depends = python-importlib-metadata
depends = python-pychromecast>=7.5.0
- depends = python-requests
- depends = yt-dlp>=2020.06.06
+ depends = yt-dlp
source = https://files.pythonhosted.org/packages/source/c/catt/catt-0.12.9.tar.gz
sha256sums = 5aab8745872e2ed57602ce3d045da08741fdf08c319d6280cf8da07ae216872d
diff --git a/PKGBUILD b/PKGBUILD
index 9f63ab70af75..f48ecbe593a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,17 @@
pkgname='catt'
pkgver=0.12.9
-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}"
license=('BSD')
depends=(
- 'python'
'python-click'
- 'python-ifaddr'
- 'python-netifaces'
+ 'python-importlib-metadata'
'python-pychromecast>=7.5.0'
- 'python-requests'
- 'yt-dlp>=2020.06.06')
+ 'yt-dlp')
makedepends=('python-setuptools')