summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Lee2016-02-10 15:35:46 -0500
committerMark Lee2016-02-10 15:35:46 -0500
commitce14fff8fb86166ed5386f4ce6cb397fb73bc32c (patch)
tree021756c25b050f1428044ce65bcafdc45011f55f /PKGBUILD
parentf959df643e9816eb81d1efa2974c69f38989a5f1 (diff)
downloadaur-ce14fff8fb86166ed5386f4ce6cb397fb73bc32c.tar.gz
Updated to upstream 5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52be0b2c0a07..d922e93ca1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,9 +62,10 @@
## updated to upstream 5.0.2
## updated to upstream 5.0.2
## updated to upstream 5.0.4
+## updated to upstream 5.1.0
pkgname=libreoffice-fresh-rpm
-pkgver=5.0.4
+pkgver=5.1.0
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -75,11 +76,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+=('1ce2ba2e8dc34ed4b6515166b3de6779da1c64fcd8836cdd642691bcf31ac166');
+ sha256sums+=('573d2c51a0756f056a7c4b19e55153cdae5c90c76771e9c6d0c72d3d0cfb43df');
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+=('84326390b120dccaca4023288b44219d2db7ed8bda8f0f46682709aaec67c5cc')
+ sha256sums+=('7cb227238a97d90b169fdee95ffe0ab8dd0e925bd7f1f286e2c714cfcbbea389')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;