summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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"