gallery-dl: update to 1.11.1.
This commit is contained in:
parent
c18267fd0b
commit
723061e85f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gallery-dl'
|
# Template file for 'gallery-dl'
|
||||||
pkgname=gallery-dl
|
pkgname=gallery-dl
|
||||||
version=1.10.6
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,14 +13,8 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/mikf/gallery-dl"
|
homepage="https://github.com/mikf/gallery-dl"
|
||||||
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1ecc3dc9684ac241db8239e96cee36a701fd4d96d3f69a054a314242d911ef2f
|
checksum=f6e1c770d85e2179b80cc97a7aafe2c30441f4a7dcc91312613a4c2bdc9d3953
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man completion
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue