gallery-dl: update to 1.11.1.

This commit is contained in:
bra1nwave 2019-11-10 09:47:55 +01:00 committed by Helmut Pozimski
parent c18267fd0b
commit 723061e85f
1 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.10.6
version=1.11.1
revision=1
archs=noarch
build_style=python3-module
@ -13,14 +13,8 @@ license="GPL-2.0-or-later"
homepage="https://github.com/mikf/gallery-dl"
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1ecc3dc9684ac241db8239e96cee36a701fd4d96d3f69a054a314242d911ef2f
checksum=f6e1c770d85e2179b80cc97a7aafe2c30441f4a7dcc91312613a4c2bdc9d3953
post_build() {
make man completion
}
post_install() {
vmkdir usr/share/bash-completion/completions
mv ${DESTDIR}/usr/etc/bash_completion.d/gallery-dl.bash_completion \
${DESTDIR}/usr/share/bash-completion/completions/gallery-dl
}