diff options
author | Serene-Arc | 2023-01-31 13:09:55 +1000 |
---|---|---|
committer | Serene-Arc | 2023-01-31 13:09:55 +1000 |
commit | aa060bd56ade7feb0dd88b1441711175fb8fc8bc (patch) | |
tree | 12e6f27775275cf9fa723ee41cbd22b0672a1fe5 /.SRCINFO | |
parent | 6d7f4dcfa8e40f5b8cbf31ac547c9761dd816a73 (diff) | |
download | aur-aa060bd56ade7feb0dd88b1441711175fb8fc8bc.tar.gz |
Update installation process
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,13 +1,22 @@ pkgbase = python-bdfr-git pkgdesc = Bulk downloader for Reddit from development branch - pkgver = 2.6.1.r38.g00c4307 + pkgver = 2.6.2.r0.g8c293a4 pkgrel = 1 url = https://github.com/aliparlakci/bulk-downloader-for-reddit arch = any license = GPL3 makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools depends = python - depends = python-setuptools + depends = python-beautifulsoup4 + depends = python-dict2xml + depends = python-pip + depends = python-praw + depends = python-yaml + depends = yt-dlp provides = python-bdfr conflicts = python-bdfr source = bulk-downloader-for-reddit::git+https://github.com/aliparlakci/bulk-downloader-for-reddit.git#branch=development |