phototonic: update to 1.7.22 and fix cross
Release 1.7.20 is gone thus use the latest git revision, which is 1.7 + 22 commits.
This commit is contained in:
parent
0d969d4239
commit
5ddc3fcf7f
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'phototonic'
|
||||
pkgname=phototonic
|
||||
version=1.7.20
|
||||
version=1.7.22
|
||||
revision=1
|
||||
_gitrev=24d7b78650091552d561c4d6c5ec5e5e6ce8bfcc
|
||||
wrksrc="${pkgname}-${_gitrev}"
|
||||
build_style=qmake
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://oferkv.github.io/phototonic/"
|
||||
license="GPL-3"
|
||||
short_desc="Lightweight image viewer and organizer for Qt5"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-svg-devel"
|
||||
makedepends="qt5-svg-devel exiv2-devel"
|
||||
depends="qt5-imageformats"
|
||||
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f90b597bb45970991ea9e0849e62502d6557862786b735f460dcd03f9eaae86b
|
||||
distfiles="https://github.com/oferkv/phototonic/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=5b06b2dd95c4e96641b28b51df75c328ce6424d5efa83033792b272c055eb26a
|
||||
|
|
Loading…
Reference in a new issue