summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-06-09 05:56:53 +0530
committerlll2yu2018-06-09 05:56:53 +0530
commit103c7ad433231cc0f26747e1c6c3167c13cfd1a7 (patch)
treef3b35eeb1584e80b59a892836266845cce907379
parent79e2db38462ed9fe5cfcba9111af822903093ec5 (diff)
downloadaur-103c7ad433231cc0f26747e1c6c3167c13cfd1a7.tar.gz
Updated to the newest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1150d183defe..c0d6f3dbc96c 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.3.5
+ pkgver = 1.4.0
pkgrel = 1
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.5/gallery_dl-1.3.5.tar.gz
- source = https://github.com/mikf/gallery-dl/releases/download/v1.3.5/gallery_dl-1.3.5.tar.gz.asc
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.4.0/gallery_dl-1.4.0.tar.gz
+ source = https://github.com/mikf/gallery-dl/releases/download/v1.4.0/gallery_dl-1.4.0.tar.gz.asc
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 00de176486a1f90dc704eada913e02debb52a082c01dc74bde4feb207ca83ed200065ab9867eef69b7922ee7f9a64ce10e832dc4d89aecd910819b10db9a90f1
+ sha512sums = 187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index 008dbf7c2b75..eb0ac6ad1f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.3.5
+pkgver=1.4.0
pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('any')
@@ -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=('00de176486a1f90dc704eada913e02debb52a082c01dc74bde4feb207ca83ed200065ab9867eef69b7922ee7f9a64ce10e832dc4d89aecd910819b10db9a90f1'
+sha512sums=('187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver