summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-04-22 11:55:06 +0530
committerlll2yu2018-04-22 11:55:06 +0530
commit37feff74a5dbcf9227882b47260c2ffe87bac86a (patch)
tree43ce0e3ccb1bf8dc22f784737a7e79d1a8521884
parentcd2f24cbddf9fdbdd48c406b0bd26200622afe92 (diff)
downloadaur-37feff74a5dbcf9227882b47260c2ffe87bac86a.tar.gz
Silly me,totally missed the dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6787ad54b961..2a61005b83f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more
pkgver = 1.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mikf/gallery-dl
arch = any
license = GPL2
depends = python
+ depends = python-requests
source = https://github.com/mikf/gallery-dl/releases/download/v1.3.4/gallery_dl-1.3.4.tar.gz
source = https://github.com/mikf/gallery-dl/releases/download/v1.3.4/gallery_dl-1.3.4.tar.gz.asc
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
diff --git a/PKGBUILD b/PKGBUILD
index a066f0e356b7..2e39510dd61f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gallery-dl
_githubname=gallery_dl
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('any')
url="https://github.com/mikf/gallery-dl"
license=("GPL2")
-depends=('python')
+depends=('python' 'python-requests')
source=(https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/${_githubname}-${pkgver}.tar.gz
https://github.com/mikf/${pkgname}/releases/download/v${pkgver}/${_githubname}-${pkgver}.tar.gz.asc)
validpgpkeys=('3E09F5908333DD83DBDCE7375680CA389D365A88')