summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-06-22 20:26:50 +0530
committerlll2yu2018-06-22 20:26:50 +0530
commit323ff4f4b3dc5b164f44b6959f8caa488f9fe679 (patch)
tree15181a29a93d8264b6c4c2d1baefe655a4dd9841
parent103c7ad433231cc0f26747e1c6c3167c13cfd1a7 (diff)
downloadaur-323ff4f4b3dc5b164f44b6959f8caa488f9fe679.tar.gz
Updated to the newest version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d6f3dbc96c..61d05e1d999f 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.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/mikf/gallery-dl
- arch = any
+ arch = x86_64
license = GPL2
depends = python
depends = python-requests
- 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
+ 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
validpgpkeys = 3E09F5908333DD83DBDCE7375680CA389D365A88
- sha512sums = 187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183
+ sha512sums = 0f478ae10c54d28d5faa9ee47aa03527d666c0ea3678dbae83d6c59a1b52effdf7dd1e935031dff0830c9854f3271b1b7e9dfa33b139b4d58eb753a4fde878e5
sha512sums = SKIP
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index eb0ac6ad1f09..34bd32c1b796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=gallery-dl
_githubname=gallery_dl
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
-arch=('any')
+arch=('x86_64')
url="https://github.com/mikf/gallery-dl"
license=("GPL2")
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=('187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183'
+sha512sums=('0f478ae10c54d28d5faa9ee47aa03527d666c0ea3678dbae83d6c59a1b52effdf7dd1e935031dff0830c9854f3271b1b7e9dfa33b139b4d58eb753a4fde878e5'
'SKIP')
package() {
cd "$srcdir"/${_githubname}-$pkgver