Update dependencies; test on py3.9; drop python 3.5 support

This commit is contained in:
Alexander Graf
2021-03-20 17:17:50 +01:00
parent 08eaa7d474
commit e2cec0a0bf
10 changed files with 252 additions and 161 deletions

View File

@@ -8,7 +8,7 @@ arch=('any')
url="https://instaloader.github.io/"
license=('MIT')
groups=()
depends=('python>=3.5' 'python-requests>=2.4')
depends=('python>=3.6' 'python-requests>=2.4')
makedepends=('python-setuptools')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v$pkgver)