summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-07-07 07:30:36 +0530
committerlll2yu2018-07-07 07:30:36 +0530
commite6978af50cdeb5c3ece3d50012b89e7435faea0f (patch)
tree9ccb0a3d28fa7c49e8e76d307aba52ae775c612a
parent323ff4f4b3dc5b164f44b6959f8caa488f9fe679 (diff)
downloadaur-e6978af50cdeb5c3ece3d50012b89e7435faea0f.tar.gz
Updated to latest release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61d05e1d999f..a0879b68f388 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.1
+ pkgver = 1.4.2
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.1/gallery_dl-1.4.1.tar.gz
- source = https://github.com/mikf/gallery-dl/releases/download/v1.4.1/gallery_dl-1.4.1.tar.gz.asc
+ 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
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 0f478ae10c54d28d5faa9ee47aa03527d666c0ea3678dbae83d6c59a1b52effdf7dd1e935031dff0830c9854f3271b1b7e9dfa33b139b4d58eb753a4fde878e5
+ sha512sums = 495edce2da77202923c92369838a852ef6c90a31fab4cccb37701187c27f0667c0b3737b1367d74503c7f33e61504b425e9cc1dc85e3d123943bdc6aa1ec5b2b
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index 34bd32c1b796..3b7bf1db55df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.4.1
+pkgver=1.4.2
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=('0f478ae10c54d28d5faa9ee47aa03527d666c0ea3678dbae83d6c59a1b52effdf7dd1e935031dff0830c9854f3271b1b7e9dfa33b139b4d58eb753a4fde878e5'
+sha512sums=('495edce2da77202923c92369838a852ef6c90a31fab4cccb37701187c27f0667c0b3737b1367d74503c7f33e61504b425e9cc1dc85e3d123943bdc6aa1ec5b2b'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver