libreoffice-bin: update to 4.1.1.

This commit is contained in:
Juan RP 2013-09-17 11:48:56 +02:00
parent e70171fb9c
commit ad7335e44b

View file

@ -1,6 +1,6 @@
# Template file for 'libreoffice-bin'
pkgname=libreoffice-bin
version=4.1.0
version=4.1.1
revision=1
maintainer="pancake <pancake@nopcode.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
_arch=x86-64
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
checksum=61c6e8d105b06fa649e54033857f3d87d60a5e75e9699df3ce285899883ed9d8
checksum=9accb8f6a3be10b2a60911282f8fb5414c12a411f9737d5850e327e4a77914ec
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_arch=x86
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
checksum=b2c7936d3e7fe36180729af11b9a12069c134632c2804ebf5776806de45a2d60
checksum=2dd305f8907ee4f21b631fa028e037fe35b82d6728798104f9b6734cec8f472e
fi
only_for_archs="i686 x86_64"
wrksrc="LibreOffice_${version}.4_Linux_${_arch}_deb"
wrksrc="LibreOffice_${version}.2_Linux_${_arch}_deb"
makedepends="libpng-devel"
do_install() {