summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2024-01-21 23:00:06 +0100
committerMichał Wojdyła2024-01-21 23:00:06 +0100
commiteb69c0025b4524e55bafe55349e0f838d1edad65 (patch)
tree7a7370c125f9c6d93c6c518066fe86cb51d2313e /PKGBUILD
parent23cffc78f4995c35eb773a81807313dc3e6f2571 (diff)
downloadaur-pyload-ng.tar.gz
update to 0.5.0b3.dev78
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce494d839ae..b3d015d786e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname='pyload-ng'
-pkgver=0.5.0b3.dev77
+pkgver=0.5.0b3.dev78
pkgrel=1
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-session2' 'python-flask-compress' 'python-flask-caching' 'python-flask-babel'
+ 'python-flask-themes2' 'python-flask-session' 'python-flask-compress' 'python-flask-caching' 'python-flask-babel'
'python-cheroot' 'python-setuptools' 'python-certifi')
optdepends=('caffeine: For AntiStandby plugin'
'python-beautifulsoup4: for XFileSharing plugin'
@@ -15,7 +15,7 @@ optdepends=('caffeine: For AntiStandby 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=('16901970c37b99f7f35c494e026765f1cf8a7cc764ffb0b0f859577a07ea80de')
+sha256sums=('0b6df90cf3c2eb151b62e4dbc2a1e376812224216b98242e0a8dbf843d6f3288')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"