summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-06-06 11:57:42 +0200
committerMichał Wojdyła2023-06-06 11:57:42 +0200
commitb95d5f3880681896140123dbbb9aebdfcd214b75 (patch)
treec2844d043a44ad168f8478ce351256e38a8336dd
parent3fc06b0e377e0ae105c635c0e8841833cdf6a59e (diff)
downloadaur-b95d5f3880681896140123dbbb9aebdfcd214b75.tar.gz
...
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabc902986a7..168fc92f9bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,6 @@ pkgbase = pyload-ng
depends = python-cheroot
depends = python-setuptools
depends = python-certifi
- depends = python-cachelib
optdepends = caffeine: For AntiStandby plugin
optdepends = python-beautifulsoup4: for XFileSharing plugin
optdepends = python-slixmpp: for XMPP plugin
diff --git a/PKGBUILD b/PKGBUILD
index 78ad8a35c8ac..43e6656d1f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('AGPL3')
arch=('any')
depends=('python-semver' 'python-pycurl' 'python-js2py' 'python-filetype' 'python-cryptography' 'python-bitmath'
'python-flask-themes2' 'python-flask-session' 'python-flask-compress' 'python-flask-caching' 'python-flask-babel'
- 'python-cheroot' 'python-setuptools' 'python-certifi' 'python-cachelib')
+ 'python-cheroot' 'python-setuptools' 'python-certifi')
optdepends=('caffeine: For AntiStandby plugin'
'python-beautifulsoup4: for XFileSharing plugin'
'python-slixmpp: for XMPP plugin'