gallery-dl: update to 1.10.2.
This commit is contained in:
parent
89567715c9
commit
c3d8cf592b
1 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gallery-dl'
|
# Template file for 'gallery-dl'
|
||||||
pkgname=gallery-dl
|
pkgname=gallery-dl
|
||||||
version=1.10.1
|
version=1.10.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,4 +13,14 @@ 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=8b6da4cde53c15dbd2204b822c50f9828f6141cee167051075d719d7f4a8fad6
|
checksum=0305e14ca3a7ea6aeb8c36e98d687e29d5ec3dafdebf610bd5d3959af68272c7
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue