wps-office-bin: renamed to wps-office
It's a proprietary package, there is no need to add the -bin suffix.
This commit is contained in:
parent
be7e87e765
commit
a77f24baca
@ -1,10 +1,10 @@
|
||||
# Template file for 'wps-office-bin' (restricted)
|
||||
_suiteName=wps-office
|
||||
# Template file for 'wps-office'
|
||||
_numericVersion=10.1.0.5503
|
||||
_releaseIncrement=a20
|
||||
_patchLevel=p2
|
||||
_libpngVersion=1.2.56
|
||||
pkgname=${_suiteName}-bin
|
||||
|
||||
pkgname=wps-office
|
||||
version=${_numericVersion}${_releaseIncrement}${_patchLevel}
|
||||
revision=1
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
@ -30,7 +30,7 @@ elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
checksum=6f71131835d743594e0c89a4b34a4d924d72f48b0c02f7ea6fe7270f273f71e9
|
||||
fi
|
||||
|
||||
_distTar="${_suiteName}_${_numericVersion}~${_releaseIncrement}${_patchLevel}_${_arch}.tar.xz"
|
||||
_distTar="${pkgname}_${_numericVersion}~${_releaseIncrement}${_patchLevel}_${_arch}.tar.xz"
|
||||
distfiles="${_disturl}/${_distTar}"
|
||||
distfiles+=" ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng12/libpng-${_libpngVersion}.tar.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user