summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2016-02-10 15:35:46 -0500
committerMark Lee2016-02-10 15:35:46 -0500
commitce14fff8fb86166ed5386f4ce6cb397fb73bc32c (patch)
tree021756c25b050f1428044ce65bcafdc45011f55f
parentf959df643e9816eb81d1efa2974c69f38989a5f1 (diff)
downloadaur-ce14fff8fb86166ed5386f4ce6cb397fb73bc32c.tar.gz
Updated to upstream 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a269081b52..180cd2ec4863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 16:11:06 UTC 2015
+# Wed Feb 10 20:35:25 UTC 2016
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.0.4
+ pkgver = 5.1.0
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.0.4/rpm/x86_64/LibreOffice_5.0.4_Linux_x86-64_rpm.tar.gz
- sha256sums = 84326390b120dccaca4023288b44219d2db7ed8bda8f0f46682709aaec67c5cc
+ source = https://download.documentfoundation.org/libreoffice/stable/5.1.0/rpm/x86_64/LibreOffice_5.1.0_Linux_x86-64_rpm.tar.gz
+ sha256sums = 7cb227238a97d90b169fdee95ffe0ab8dd0e925bd7f1f286e2c714cfcbbea389
pkgname = libreoffice-fresh-rpm
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;