imgp: update to 2.6.
This commit is contained in:
parent
aa6f5a4974
commit
15629bf24c
1 changed files with 10 additions and 4 deletions
|
@ -1,13 +1,19 @@
|
|||
# Template file for 'imgp'
|
||||
pkgname=imgp
|
||||
version=2.5
|
||||
version=2.6
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
depends="python3-Pillow"
|
||||
short_desc="Multi-core batch image resizer and rotator"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/jarun/imgp"
|
||||
distfiles="https://github.com/jarun/imgp/archive/v${version}.tar.gz"
|
||||
checksum=6f810104f80f23c1c0967e156921b971947e902d6809c5dae2885777c996eae0
|
||||
noarch=yes
|
||||
checksum=f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799
|
||||
|
||||
post_install() {
|
||||
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash0completion/completions imgp
|
||||
vinstall auto-completion/zsh/_imgp 644 usr/share/zsh/site-functions
|
||||
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/completions
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue