wps-office: do not use empty vars in pkgname/version/revision.
Fixes xbps-checkvers segfault parsing empty vars.
This commit is contained in:
parent
adc9bb87e1
commit
171c2fe007
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'wps-office'
|
# Template file for 'wps-office'
|
||||||
_numericVersion=10.1.0.5672
|
_numericVersion=10.1.0.5672
|
||||||
_releaseIncrement=a21
|
_releaseIncrement=a21
|
||||||
#_patchLevel=
|
_patchLevel=
|
||||||
_libpngVersion=1.2.56
|
_libpngVersion=1.2.56
|
||||||
|
|
||||||
pkgname=wps-office
|
pkgname=wps-office
|
||||||
version=${_numericVersion}${_releaseIncrement}${_patchLevel}
|
version=${_numericVersion}${_releaseIncrement}
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||||
homepage="http://wps-community.org"
|
homepage="http://wps-community.org"
|
||||||
|
|
Loading…
Reference in a new issue