clementine: reorder version variable

Somehow, old order gives incorrect information:
https://build.voidlinux.org/builders/x86_64-musl_builder/builds/31110/steps/shell_2/logs/stdio
This commit is contained in:
Đoàn Trần Công Danh 2020-09-28 20:58:39 +07:00
parent 5ea8327f5a
commit 0cf88b692f

View file

@ -1,9 +1,9 @@
# Template file for 'clementine'
pkgname=clementine
_fullver=1.4.0rc1-343-gb49afcc5b
version=${_fullver%%-*}
wrksrc=${pkgname}-${_fullver}
version=1.4.0rc1
revision=1
_fullver=$version-343-gb49afcc5b
wrksrc=${pkgname}-${_fullver}
build_style=cmake
configure_args="-DUSE_SYSTEM_TAGLIB=ON -DBUILD_WERROR=OFF -DUSE_SYSTEM_PROJECTM=ON"
hostmakedepends="gettext sparsehash pkg-config qt5-qmake qt5-host-tools protobuf"