summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-01-29 13:01:52 +0100
committerMichał Wojdyła2023-01-29 13:01:52 +0100
commitd5e504eb0b236cfb3cde13d46655d5d2852536f3 (patch)
treec18c6503d87b8d65c85ae2198f8af8a8f525276a /PKGBUILD
parent3eb8e07d4ffe9d1be907024f8c6ca9eed870bf55 (diff)
downloadaur-d5e504eb0b236cfb3cde13d46655d5d2852536f3.tar.gz
update to 0.5.0b3.dev45
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0c8f06d923b..aef74807946c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"