summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2015-08-28 11:13:48 -0400
committerMark Lee2015-08-28 11:13:48 -0400
commitb3913b7042dacc6aa6245c5abc1d82ecde9afb5f (patch)
tree396e5df39827efbca851e32e5543ec0ed961146a
parent6a7bffc2c57419bbd9e0f5ec9471b978b54ed864 (diff)
downloadaur-b3913b7042dacc6aa6245c5abc1d82ecde9afb5f.tar.gz
Updated to upstream 5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bfc76f4f0aa..29189c70b6fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = http://www.libreoffice.org
arch = i686
@@ -17,8 +17,8 @@ pkgbase = libreoffice-fresh-rpm
optdepends = gst-plugins-good
optdepends = gst-plugins-bad
optdepends = gst-plugins-ugly
- source = https://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz
- sha256sums = 9d32f4798bda0879c28b2b4b7c2c8d037e6e20c40b01f9b71e8ab9080d6a1703
+ source = https://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86_64/LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
+ sha256sums = 87411fa11fdd41cfb3c06c110fc551ef7a8898ba820e4cbdcf1140eaa205223a
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index ce061bade56a..a667e1dbaea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,12 +58,13 @@
## updated to upstream 4.4.3
## updated to upstream 4.4.4
## updated to upstream 5.0.0
+## updated to upstream 5.0.1
pkgname=libreoffice-fresh-rpm
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
-arch=('i686' 'x86_64')
+arch=('any')
url='http://www.libreoffice.org'
license=('LGPL')
depends=('glibc>=2.5' 'gtk2>=2.10.4' 'xorg-server')
@@ -71,11 +72,11 @@ makedepends=('curl' 'awk')
optdepends=('jre7-openjdk' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
if [ "$(uname -m)" == "i686" ]; then ## convert bit architecture to libreoffice format
arch_mod='x86';
- sha256sums+=('9278536db8ccc20b0524a59b87c6cfd65ccd9d0de8668333af076e1b0f61d256');
+ sha256sums+=('fa3facde2f4686209566be0d36634c04990ca4d9f6b0c045878706aa467a41a7');
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
else
arch_mod='x86_64';
- sha256sums+=('9d32f4798bda0879c28b2b4b7c2c8d037e6e20c40b01f9b71e8ab9080d6a1703')
+ sha256sums+=('87411fa11fdd41cfb3c06c110fc551ef7a8898ba820e4cbdcf1140eaa205223a')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;