diff options
author | Michał Wojdyła | 2023-01-29 13:01:52 +0100 |
---|---|---|
committer | Michał Wojdyła | 2023-01-29 13:01:52 +0100 |
commit | d5e504eb0b236cfb3cde13d46655d5d2852536f3 (patch) | |
tree | c18c6503d87b8d65c85ae2198f8af8a8f525276a | |
parent | 3eb8e07d4ffe9d1be907024f8c6ca9eed870bf55 (diff) | |
download | aur-d5e504eb0b236cfb3cde13d46655d5d2852536f3.tar.gz |
update to 0.5.0b3.dev45
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = pyload-ng pkgdesc = The free and open-source Download Manager written in pure Python - pkgver = 0.5.0b3.dev35 + pkgver = 0.5.0b3.dev45 pkgrel = 1 url = https://pyload.net/ arch = any @@ -18,12 +18,13 @@ pkgbase = pyload-ng depends = python-flask-babel depends = python-cheroot depends = python-setuptools + depends = python-certifi optdepends = caffeine: For AntiStandby plugin optdepends = python-beautifulsoup4: for XFileSharing plugin optdepends = python-slixmpp: for XMPP plugin optdepends = python-pillow: for some CAPTCHA stuff optdepends = python-beaker: for some accounts - source = pyload-ng-0.5.0b3.dev35.tar.gz::https://files.pythonhosted.org/packages/source/p/pyload-ng/pyload-ng-0.5.0b3.dev35.tar.gz - sha256sums = 9c6f7a4bb6135f55959fdf6e2f413cbf5eab1e069e288344548fec506c9169bd + source = pyload-ng-0.5.0b3.dev45.tar.gz::https://files.pythonhosted.org/packages/source/p/pyload-ng/pyload-ng-0.5.0b3.dev45.tar.gz + sha256sums = c0ba4c4d4343316432020369debb65be95dbe9996b7e77b4130c5a6a60704b00 pkgname = pyload-ng @@ -1,6 +1,6 @@ # Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com > pkgname='pyload-ng' -pkgver=0.5.0b3.dev35 +pkgver=0.5.0b3.dev45 pkgrel=1 pkgdesc="The free and open-source Download Manager written in pure Python" url="https://pyload.net/" @@ -8,14 +8,14 @@ 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-cheroot' 'python-setuptools' 'python-certifi') 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. source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-$pkgver.tar.gz") -sha256sums=('9c6f7a4bb6135f55959fdf6e2f413cbf5eab1e069e288344548fec506c9169bd') +sha256sums=('c0ba4c4d4343316432020369debb65be95dbe9996b7e77b4130c5a6a60704b00') prepare() { cd "$srcdir/${pkgname}-${pkgver}" |