summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Ekman2023-12-12 18:04:42 +0100
committerRobin Ekman2023-12-12 18:04:42 +0100
commitb0386ebc4742d5eda965fd7f9d4be6e7f5d01e1c (patch)
tree10145ff33e0422929ff1b8395ca8cc4d32008d64
parentc64eb8ba5995a0d808f841bb94d2466b13c07d57 (diff)
downloadaur-b0386ebc4742d5eda965fd7f9d4be6e7f5d01e1c.tar.gz
remove transitive python-brotli dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09b6e2d27d6..3bacd5551a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,7 +36,6 @@ pkgbase = flexget-git
depends = python-zxcvbn
depends = python-progressbar>=2.5
depends = python-loguru>=0.4.1
- depends = python-brotli
optdepends = python-transmissionrpc: Transmission support
optdepends = python-rarfile: decompress plugin
optdepends = python-boto3: SNS output plugin
diff --git a/PKGBUILD b/PKGBUILD
index 269a8e0c1948..7935555d0a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=v3.7.8.r1.g82ee46ce2
+pkgver=v3.10.6.r1.g6d5d3db11
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -47,8 +47,6 @@ depends=('python'
'python-zxcvbn'
'python-progressbar>=2.5'
'python-loguru>=0.4.1'
- # Arch Bug FS#68391: remove this transitive dep when bug fixed
- 'python-brotli'
)
optdepends=(
'python-transmissionrpc: Transmission support' #AUR#