summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2016-04-09 12:53:55 -0400
committerMark Lee2016-04-09 12:53:55 -0400
commit548aef192a7d439e437cb189e299ff2431b76b3e (patch)
treecb708ed74a3d1d0b034e8db91e7adfb037af2909
parent9d27494709c141cf108d476290e6ffc352d954c1 (diff)
downloadaur-548aef192a7d439e437cb189e299ff2431b76b3e.tar.gz
Updated to upstream 5.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb75c3bc0e25..7829226ff868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 14:26:10 UTC 2016
+# Sat Apr 9 16:53:40 UTC 2016
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.1.1
+ pkgver = 5.1.2
pkgrel = 1
url = http://www.libreoffice.org
arch = any
@@ -18,8 +18,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.1.1/rpm/x86_64/LibreOffice_5.1.1_Linux_x86-64_rpm.tar.gz
- sha256sums = 9d9b7913e656d7f3f89b88d3c4a8559c4ee7f0cef1f45ed79b46fb0b651c0ffc
+ source = https://download.documentfoundation.org/libreoffice/stable/5.1.2/rpm/x86_64/LibreOffice_5.1.2_Linux_x86-64_rpm.tar.gz
+ sha256sums = 5660320470fcc6e21d14097b9189ed3a0f379642a4005b0e9883f5499a89b7de
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 2659a8ccc923..2d5f3a10f191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,9 +64,10 @@
## updated to upstream 5.0.4
## updated to upstream 5.1.0
## updated to upstream 5.1.1
+## updated to upstream 5.1.2
pkgname=libreoffice-fresh-rpm
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -77,11 +78,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+=('24816945eec96fefec7368d5a0f9eaa35f2d2c1253cc0be10d145e6f301d580c');
+ sha256sums+=('de617924a647b9cc5b54d08e97b5136e4769c22dd45c08f2430e7bb98779d53e');
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+=('9d9b7913e656d7f3f89b88d3c4a8559c4ee7f0cef1f45ed79b46fb0b651c0ffc')
+ sha256sums+=('5660320470fcc6e21d14097b9189ed3a0f379642a4005b0e9883f5499a89b7de')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;