summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-10-08 02:17:58 +0200
committerMichał Wojdyła2022-10-08 02:17:58 +0200
commit8726e11d1d2f1016dfdefb6bf2bca5cc99df9ac4 (patch)
tree0ab064b3b95976d6dfe086c23edb199b5872b3e9
parentec6fd45ce57fca2a4dd50fd5050a688ac91a2c0b (diff)
downloadaur-8726e11d1d2f1016dfdefb6bf2bca5cc99df9ac4.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288c0df7c0e4..2f212795c015 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = pyload-ng
pkgdesc = The free and open-source Download Manager written in pure Python
pkgver = 0.5.0b3.dev26
- pkgrel = 1
+ pkgrel = 2
url = https://pyload.net/
arch = any
license = AGPL3
- makedepends = python-setuptools
depends = python-semver
depends = python-pycurl
depends = python-js2py
@@ -18,6 +17,7 @@ pkgbase = pyload-ng
depends = python-flask-caching
depends = python-flask-babel
depends = python-cheroot
+ depends = python-setuptools
optdepends = caffeine: For AntiStandby plugin
optdepends = python-beautifulsoup4: for XFileSharing plugin
optdepends = python-slixmpp: for XMPP plugin
diff --git a/PKGBUILD b/PKGBUILD
index 11ba5749d27f..b232293a7190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname='pyload-ng'
pkgver=0.5.0b3.dev26
-pkgrel=1
+pkgrel=2
pkgdesc="The free and open-source Download Manager written in pure Python"
url="https://pyload.net/"
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-cheroot' 'python-setuptools')
optdepends=('caffeine: For AntiStandby plugin'
'python-beautifulsoup4: for XFileSharing plugin'
'python-slixmpp: for XMPP plugin'
'python-pillow: for some CAPTCHA stuff'
'python-beaker: for some accounts') # <-- honestly I have no idea for which accounts but I saw there were some imports that needed beaker modules in code.
-makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-$pkgver.tar.gz")
sha256sums=('3c5a1253ebf0e813ce5822f257bd2e1caa6d3d7e1caaa862139532d1c8015dba')