summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Lee2016-03-12 09:27:55 -0500
committerMark Lee2016-03-12 09:27:55 -0500
commit9d27494709c141cf108d476290e6ffc352d954c1 (patch)
tree05b0929cc796cbf859fd7bec21a0c3a8e2365295 /PKGBUILD
parentce14fff8fb86166ed5386f4ce6cb397fb73bc32c (diff)
downloadaur-9d27494709c141cf108d476290e6ffc352d954c1.tar.gz
Updated to upstream 5.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d922e93ca1eb..2659a8ccc923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,9 +63,10 @@
## updated to upstream 5.0.2
## updated to upstream 5.0.4
## updated to upstream 5.1.0
+## updated to upstream 5.1.1
pkgname=libreoffice-fresh-rpm
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -76,11 +77,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+=('573d2c51a0756f056a7c4b19e55153cdae5c90c76771e9c6d0c72d3d0cfb43df');
+ sha256sums+=('24816945eec96fefec7368d5a0f9eaa35f2d2c1253cc0be10d145e6f301d580c');
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+=('7cb227238a97d90b169fdee95ffe0ab8dd0e925bd7f1f286e2c714cfcbbea389')
+ sha256sums+=('9d9b7913e656d7f3f89b88d3c4a8559c4ee7f0cef1f45ed79b46fb0b651c0ffc')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;