summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2016-09-08 13:59:34 -0400
committerMark Lee2016-09-08 13:59:34 -0400
commit4d96b65e2fe71c59e09baccf6bd25022b5d6453d (patch)
tree19b8d38759c4fced9fa2a840f6ba628f39d7e4b0
parentc28db256f8c605a8b6a5ecbc4e138432f2406540 (diff)
downloadaur-4d96b65e2fe71c59e09baccf6bd25022b5d6453d.tar.gz
updated to upstream 5.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81bd58f12441..cfadc19c5923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 17:51:43 UTC 2016
+# Thu Sep 8 17:59:17 UTC 2016
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.2.0
+ pkgver = 5.2.1
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.2.0/rpm/x86_64/LibreOffice_5.2.0_Linux_x86-64_rpm.tar.gz
- sha256sums = 75b9af8a7a0abb35f0a873bd0b199d760de98353c5b1e8ac0a647ab637e12def
+ source = https://download.documentfoundation.org/libreoffice/stable/5.2.1/rpm/x86_64/LibreOffice_5.2.1_Linux_x86-64_rpm.tar.gz
+ sha256sums = d1575907672852b5f31241ba6cda8c216ba3126874fa8c5f4c9da1b126d6f80b
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 7ae0ffd32b28..d40499b4b9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,9 +67,10 @@
## updated to upstream 5.1.2
## updated to upstream 5.1.3
## updated to upstream 5.2.0
+## updated to upstream 5.2.1
pkgname=libreoffice-fresh-rpm
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -80,11 +81,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+=('6c5d21056b67b7d6f631ff3e9bb68c34c147ed62a1f5a18936df2c0ec0a2ac09');
+ sha256sums+=('fcb11b114af8bf99cab708fa93bfe891c9116ad468855e4e59bfb0deffee75c1');
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+=('75b9af8a7a0abb35f0a873bd0b199d760de98353c5b1e8ac0a647ab637e12def')
+ sha256sums+=('d1575907672852b5f31241ba6cda8c216ba3126874fa8c5f4c9da1b126d6f80b')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;