summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-11-28 02:46:07 +0100
committerMagnus Boman2021-11-28 02:46:07 +0100
commitcf04cbe4fc7b25c3cb3b4d2dfda7f157cc9eb417 (patch)
tree066b7b9b1daff4a1b08dadb648b700d6c07e2be6
parent776cddce8010d54eca26fa298236459f4be1de66 (diff)
downloadaur-cf04cbe4fc7b25c3cb3b4d2dfda7f157cc9eb417.tar.gz
upgpkg: gallery-dl-git 1.19.3.r0.g604d5b8b-1
remove python-nose from checkdepends as it's no longer needed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54816dcfca14..a8e11106efc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = gallery-dl-git
pkgdesc = Command-line program to download image-galleries and collections from several image hosting sites (git)
- pkgver = 1.17.1.r11.g5ad615f0
+ pkgver = 1.19.3.r0.g604d5b8b
pkgrel = 1
url = https://github.com/mikf/gallery-dl
arch = any
license = GPL2
- checkdepends = python-nose
makedepends = python-setuptools
makedepends = git
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a5c57f38f3e0..fd6a1ac1a1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=gallery-dl-git
-pkgver=1.17.1.r11.g5ad615f0
+pkgver=1.19.3.r0.g604d5b8b
pkgrel=1
pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites (git)'
arch=(any)
@@ -9,7 +9,6 @@ url=https://github.com/mikf/gallery-dl
license=(GPL2)
depends=(python python-requests)
makedepends=(python-setuptools git)
-checkdepends=(python-nose)
optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM'
'youtube-dl: Download videos'
'python-pysocks: SOCKS support')