libreoffice-bin: update to 4.2.3.
This commit is contained in:
parent
52dfe33e50
commit
b35701c864
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libreoffice-bin'
|
# Template file for 'libreoffice-bin'
|
||||||
pkgname=libreoffice-bin
|
pkgname=libreoffice-bin
|
||||||
version=4.2.2
|
version=4.2.3
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.libreoffice.org/"
|
homepage="http://www.libreoffice.org/"
|
||||||
|
@ -11,14 +11,14 @@ _disturi="http://download.documentfoundation.org/libreoffice/stable/${version}/d
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
_arch=x86-64
|
_arch=x86-64
|
||||||
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||||
checksum=9e272af7145a27236b31b3fed5b906914913d80b7442b727661f0dc3ab04b829
|
checksum=78bb3d60cd244d7dd1faf5b3753d4bad98dce6c5bd46d605752e1e3fd7488742
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
_arch=x86
|
_arch=x86
|
||||||
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||||
checksum=dfbe2ad09a0caf994e2910f8135392211d9b28bcb9820875670eaf52131d99c4
|
checksum=e2a4e12a1f10fda8c8c59dbb86a8cf6a85ee95bc7a52656a37bc3402bd19061c
|
||||||
fi
|
fi
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
wrksrc="LibreOffice_${version}.1_Linux_${_arch}_deb"
|
wrksrc="LibreOffice_${version}.3_Linux_${_arch}_deb"
|
||||||
makedepends="shared-mime-info desktop-file-utils hicolor-icon-theme"
|
makedepends="shared-mime-info desktop-file-utils hicolor-icon-theme"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
allow_unknown_shlibs=yes
|
allow_unknown_shlibs=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue