summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-05-04 15:00:06 +0530
committerlll2yu2018-05-04 15:00:06 +0530
commit79e2db38462ed9fe5cfcba9111af822903093ec5 (patch)
treee10db8f75fff4b9898597d28b531b77c49215159
parent37feff74a5dbcf9227882b47260c2ffe87bac86a (diff)
downloadaur-79e2db38462ed9fe5cfcba9111af822903093ec5.tar.gz
Updated to newest version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a61005b83f5..1150d183defe 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.4
- pkgrel = 2
+ pkgver = 1.3.5
+ 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.4/gallery_dl-1.3.4.tar.gz
- source = https://github.com/mikf/gallery-dl/releases/download/v1.3.4/gallery_dl-1.3.4.tar.gz.asc
+ 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
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 57f73c0b977663106ed97fbc6806026e9fdd3154bb4b9153b083c7bcc6ce3c876df3a2f60ac3b9cbf44fbde64851e393128474044f619e5ef3c392a48af51a76
+ sha512sums = 00de176486a1f90dc704eada913e02debb52a082c01dc74bde4feb207ca83ed200065ab9867eef69b7922ee7f9a64ce10e832dc4d89aecd910819b10db9a90f1
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index 2e39510dd61f..008dbf7c2b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.5
+pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('any')
url="https://github.com/mikf/gallery-dl"
@@ -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=('57f73c0b977663106ed97fbc6806026e9fdd3154bb4b9153b083c7bcc6ce3c876df3a2f60ac3b9cbf44fbde64851e393128474044f619e5ef3c392a48af51a76'
+sha512sums=('00de176486a1f90dc704eada913e02debb52a082c01dc74bde4feb207ca83ed200065ab9867eef69b7922ee7f9a64ce10e832dc4d89aecd910819b10db9a90f1'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver