gede: update to 2.10.1.

This commit is contained in:
Andrea Brancaleoni 2018-07-15 22:11:51 +02:00
parent 0f1c957d0f
commit 6b9000633d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gede' # Template file for 'gede'
pkgname=gede pkgname=gede
version=2.9.1 version=2.10.1
revision=1 revision=1
build_style=qmake build_style=qmake
build_options="qt5" build_options="qt5"
@ -14,7 +14,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD" license="BSD"
homepage="http://acidron.com/gede" homepage="http://acidron.com/gede"
distfiles="http://gede.acidron.com/uploads/source/${pkgname}-${version}.tar.xz" distfiles="http://gede.acidron.com/uploads/source/${pkgname}-${version}.tar.xz"
checksum=1ad61cc90ab857e9b4d4e634975296436382d2315dad7327b0224c0132ab1b29 checksum=7d1f17e2b2ea8836e062656b92e7a9419584b8b322a82b1ee2b5580369b2c68b
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" $(vopt_if qt5 'qt5-host-tools qt5-devel' 'qt-host-tools qt-devel')" hostmakedepends+=" $(vopt_if qt5 'qt5-host-tools qt5-devel' 'qt-host-tools qt-devel')"