flameshot: update to 0.6.0.
This commit is contained in:
parent
90087cdc35
commit
7703ebb136
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'flameshot'
|
# Template file for 'flameshot'
|
||||||
pkgname=flameshot
|
pkgname=flameshot
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=packaging"
|
configure_args="CONFIG+=packaging"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-svg-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
|
||||||
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
|
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/lupoDharkael/flameshot"
|
homepage="https://github.com/lupoDharkael/flameshot"
|
||||||
license="GPL-3"
|
|
||||||
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
|
||||||
checksum=35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e
|
checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-devel"
|
hostmakedepends+=" qt5-svg-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue