mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
imgp: update to 2.8.
This commit is contained in:
parent
da41f2b24c
commit
19e647a6aa
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'imgp'
|
# Template file for 'imgp'
|
||||||
pkgname=imgp
|
pkgname=imgp
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="python3-Pillow"
|
depends="python3-Pillow"
|
||||||
short_desc="Multi-core batch image resizer and rotator"
|
short_desc="Multi-core batch image resizer and rotator"
|
||||||
|
@ -9,10 +9,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jarun/imgp"
|
homepage="https://github.com/jarun/imgp"
|
||||||
distfiles="https://github.com/jarun/imgp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/imgp/archive/v${version}.tar.gz"
|
||||||
checksum=362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7
|
checksum=91494f57a110c4439ae956a8a45762467d8deb4606a92f687efdc3a61e4e7cbd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash-completion/completions imgp
|
vcompletion auto-completion/bash/imgp-completion.bash bash imgp
|
||||||
vinstall auto-completion/zsh/_imgp 644 usr/share/zsh/site-functions
|
vcompletion auto-completion/zsh/_imgp zsh
|
||||||
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/vendor_completions.d
|
vcompletion auto-completion/fish/imgp.fish fish
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue