From 321a235bb6301721525f453bffd21ce4e17a1ece Mon Sep 17 00:00:00 2001 From: Jan S Date: Fri, 9 May 2014 09:20:29 +0200 Subject: [PATCH] libreoffice-bin: update to 4.2.4. --- srcpkgs/libreoffice-bin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libreoffice-bin/template b/srcpkgs/libreoffice-bin/template index bd3d07825d1..a54aac0678a 100644 --- a/srcpkgs/libreoffice-bin/template +++ b/srcpkgs/libreoffice-bin/template @@ -1,6 +1,6 @@ # Template file for 'libreoffice-bin' pkgname=libreoffice-bin -version=4.2.3 +version=4.2.4 revision=1 maintainer="Juan RP " 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=78bb3d60cd244d7dd1faf5b3753d4bad98dce6c5bd46d605752e1e3fd7488742 + checksum=7a7e056c45309f4949e0a33c54c4e65e40894b7c858d36d2b7820eae0fb3efa8 elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then _arch=x86 distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz" - checksum=e2a4e12a1f10fda8c8c59dbb86a8cf6a85ee95bc7a52656a37bc3402bd19061c + checksum=c22a7158e40707d7f0ee547a7241b12a3c0f607355dba53774fd6d34204c6910 fi only_for_archs="i686 x86_64" -wrksrc="LibreOffice_${version}.3_Linux_${_arch}_deb" +wrksrc="LibreOffice_${version}.2_Linux_${_arch}_deb" makedepends="shared-mime-info desktop-file-utils hicolor-icon-theme" depends="${makedepends}" allow_unknown_shlibs=yes