summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2016-11-06 18:22:43 -0500
committerMark Lee2016-11-06 18:22:43 -0500
commitc941e8b8c593f49c59c72575355f13e12e503d6e (patch)
tree4f3266b200dd6cecc87011d0468751058f7e26eb
parent4d96b65e2fe71c59e09baccf6bd25022b5d6453d (diff)
downloadaur-c941e8b8c593f49c59c72575355f13e12e503d6e.tar.gz
update to upstream 5.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfadc19c5923..c7d35babc650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 8 17:59:17 UTC 2016
+# Sun Nov 6 23:22:30 UTC 2016
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.2.1
+ pkgver = 5.2.3
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.1/rpm/x86_64/LibreOffice_5.2.1_Linux_x86-64_rpm.tar.gz
- sha256sums = d1575907672852b5f31241ba6cda8c216ba3126874fa8c5f4c9da1b126d6f80b
+ source = https://download.documentfoundation.org/libreoffice/stable/5.2.3/rpm/x86_64/LibreOffice_5.2.3_Linux_x86-64_rpm.tar.gz
+ sha256sums = b637a82b3803b46e035f0ff05f63e036b4670129820058ab5b3dc6d65aac486d
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index d40499b4b9e5..7975fb9fc752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,9 +68,10 @@
## updated to upstream 5.1.3
## updated to upstream 5.2.0
## updated to upstream 5.2.1
+## updated to upstream 5.2.3
pkgname=libreoffice-fresh-rpm
-pkgver=5.2.1
+pkgver=5.2.3
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -81,11 +82,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+=('fcb11b114af8bf99cab708fa93bfe891c9116ad468855e4e59bfb0deffee75c1');
+ sha256sums+=('59850ed08f5feb13b6858e550200dfc4e3f6e4c61fd887a1f26061b3198e0eeb');
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+=('d1575907672852b5f31241ba6cda8c216ba3126874fa8c5f4c9da1b126d6f80b')
+ sha256sums+=('b637a82b3803b46e035f0ff05f63e036b4670129820058ab5b3dc6d65aac486d')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;