SIR: update to 3.2.1.

This commit is contained in:
Gerardo Di iorio 2021-10-07 13:29:40 +02:00 committed by Érico Nogueira Rolim
parent 40324f1e93
commit ace3d56a0d

View file

@ -1,17 +1,17 @@
# Template file for 'SIR' # Template file for 'SIR'
pkgname=SIR pkgname=SIR
version=3.2 version=3.2.1
revision=3 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="exiv2-devel qt5-svg-devel qt5-tools-devel" makedepends="exiv2-devel qt5-svg-devel qt5-tools-devel"
depends="dcraw qt5-imageformats" depends="dcraw qt5-imageformats"
short_desc="Simple Image Resizer using Qt5 and exiv2" short_desc="Simple Image Resizer using Qt5 and exiv2"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://marek629.github.io/SIR/" homepage="https://marek629.github.io/SIR/"
distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz" distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz"
checksum=a39090df1f4dfdf15583d6c591a9e55cfcee80142c275e631bd12fbc46a7ba97 checksum=b6c6e07e0052271056eedcea102b59e3c2538c3a2e9663f31fbf8234a4a03c18
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake" hostmakedepends+=" qt5-host-tools qt5-qmake"