summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5c064de5e8f..5c1975288c32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites
pkgver = 1.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mikf/gallery-dl
arch = any
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = gallery-dl
depends = python-requests
optdepends = ffmpeg: Convert Pixiv Ugoira to WebM
optdepends = youtube-dl: Download videos
+ optdepends = python-pysocks: SOCKS support
source = git+https://github.com/mikf/gallery-dl.git#tag=v1.17.0?signed
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc68dc4ccbc4..9c53cd207f1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gallery-dl
pkgver=1.17.0
-pkgrel=2
+pkgrel=3
pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites'
arch=(any)
url=https://github.com/mikf/gallery-dl
@@ -11,7 +11,8 @@ license=(GPL2)
depends=(python python-requests)
makedepends=(python-setuptools git)
optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM'
- 'youtube-dl: Download videos')
+ 'youtube-dl: Download videos'
+ 'python-pysocks: SOCKS support')
source=(git+"${url}".git#tag=v"${pkgver}"?signed)
validpgpkeys=(3E09F5908333DD83DBDCE7375680CA389D365A88) #Mike Fährmann
sha512sums=('SKIP')