summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-08-04 10:46:50 +0530
committerlll2yu2018-08-04 10:46:50 +0530
commit2cedf187010f5f1f4093615c99c32fa7ee1f28a2 (patch)
tree3ddb0c38174b53438e58e89587e7876fd2c245e4
parente6978af50cdeb5c3ece3d50012b89e7435faea0f (diff)
downloadaur-2cedf187010f5f1f4093615c99c32fa7ee1f28a2.tar.gz
update to v1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0879b68f388..b917d141b4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/mikf/gallery-dl
arch = x86_64
license = GPL2
depends = python
depends = python-requests
- source = https://github.com/mikf/gallery-dl/releases/download/v1.4.2/gallery_dl-1.4.2.tar.gz
- source = https://github.com/mikf/gallery-dl/releases/download/v1.4.2/gallery_dl-1.4.2.tar.gz.asc
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery_dl-1.5.0.tar.gz
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery_dl-1.5.0.tar.gz.asc
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 495edce2da77202923c92369838a852ef6c90a31fab4cccb37701187c27f0667c0b3737b1367d74503c7f33e61504b425e9cc1dc85e3d123943bdc6aa1ec5b2b
+ sha512sums = 9f28f73939c9afdf409b7daa7fa64ddb1744fc2bdcbc428ae9f27808e920d972ae8c1cb56bd5f0d09e0e79ba22eaac7f934338ed7afca3354051dd003fca652c
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index 3b7bf1db55df..f61a637c610d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.4.2
+pkgver=1.5.0
pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('x86_64')
@@ -12,7 +12,7 @@ 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')
-sha512sums=('495edce2da77202923c92369838a852ef6c90a31fab4cccb37701187c27f0667c0b3737b1367d74503c7f33e61504b425e9cc1dc85e3d123943bdc6aa1ec5b2b'
+sha512sums=('9f28f73939c9afdf409b7daa7fa64ddb1744fc2bdcbc428ae9f27808e920d972ae8c1cb56bd5f0d09e0e79ba22eaac7f934338ed7afca3354051dd003fca652c'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver