summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2018-04-07 07:50:18 +0530
committerlll2yu2018-04-07 07:50:18 +0530
commit75cfaa26431365888d0a07e0d2eb4f858af474e9 (patch)
tree1be4dba15241dab88e89b474a597faffacc23abb
parent22f1b78b2e324a80c52f78082a118824b709c1f4 (diff)
downloadaur-75cfaa26431365888d0a07e0d2eb4f858af474e9.tar.gz
Updated to v1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b74e96093be..f7697c6cbaba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gallery-dl
pkgdesc = Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/mikf/gallery-dl
arch = any
license = GPL2
depends = python
- source = https://github.com/mikf/gallery-dl/archive/v1.3.2.tar.gz
- sha256sums = 19d2ec29762ab9b8e2d1fa6b2804ffc880578366ab9a1a8f7573961ba3a22be7
+ source = https://github.com/mikf/gallery-dl/archive/v1.3.3.tar.gz
+ sha512sums = 6ceb948be8ff900195bf3de7b4f3598bd5251440b23f708f9781c25058f7e4ccdc129d32a4d904ac430446f168dcd49e34245fd5c1a054307fc46bcd84b1a053
pkgname = gallery-dl
diff --git a/PKGBUILD b/PKGBUILD
index f91dbb576c74..6f545e13a885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: LLL2yu <lll2yu@protonmail.com>
pkgname=gallery-dl
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more"
arch=('any')
@@ -9,8 +9,7 @@ url="https://github.com/mikf/gallery-dl"
license=("GPL2")
depends=('python')
source=(https://github.com/mikf/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('19d2ec29762ab9b8e2d1fa6b2804ffc880578366ab9a1a8f7573961ba3a22be7')
-
+sha512sums=('6ceb948be8ff900195bf3de7b4f3598bd5251440b23f708f9781c25058f7e4ccdc129d32a4d904ac430446f168dcd49e34245fd5c1a054307fc46bcd84b1a053')
package() {
cd "$srcdir"/${pkgname}-$pkgver
python setup.py install -O1 --root="$pkgdir"