summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-08-08 09:35:29 +0530
committerlll2yu2018-08-08 09:35:29 +0530
commit48df0deecc90a6f9989b79fba54f5a48eed03016 (patch)
tree575aa5c1ca0423a6f7b215c7e45ca7f8215ed4be
parent2cedf187010f5f1f4093615c99c32fa7ee1f28a2 (diff)
downloadaur-48df0deecc90a6f9989b79fba54f5a48eed03016.tar.gz
python 3.7 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b917d141b4a1..1bf6dfd525bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mikf/gallery-dl
arch = x86_64
license = GPL2
+ makedepends = python
+ makedepends = python-setuptools
depends = python
depends = python-requests
source = https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery_dl-1.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f61a637c610d..2161ccf79c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=gallery-dl
_githubname=gallery_dl
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('x86_64')
url="https://github.com/mikf/gallery-dl"
license=("GPL2")
depends=('python' 'python-requests')
+makedepends=('python' 'python-setuptools')
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')