summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lee2015-11-04 10:28:33 -0500
committerMark Lee2015-11-04 10:28:33 -0500
commit72bd4083c04ea27cc8adc465d83c403e3ab9787a (patch)
tree9e0c70c5106b186736969f54355d3397d6c06033
parent9ac92c5d4562e331abfc61eb0625f9dbc0f1b2ed (diff)
downloadaur-72bd4083c04ea27cc8adc465d83c403e3ab9787a.tar.gz
Updated to upstream 5.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f82ea7bd463..9375eac47bf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Nov 4 15:28:24 UTC 2015
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 1
url = http://www.libreoffice.org
arch = any
@@ -16,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.2/rpm/x86_64/LibreOffice_5.0.2_Linux_x86-64_rpm.tar.gz
- sha256sums = 08a91884bdc01e4f76b9cefaa3ac6986d088cee09ea4182c7561cc045bad995a
+ source = https://download.documentfoundation.org/libreoffice/stable/5.0.3/rpm/x86_64/LibreOffice_5.0.3_Linux_x86-64_rpm.tar.gz
+ sha256sums = 13e4f435246c1a18fafa30271e6a30a09ff2c8386047d353c6671a97686e6fc9
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 82372c69183a..57a4cd1f291e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,9 +60,10 @@
## updated to upstream 5.0.0
## updated to upstream 5.0.1
## updated to upstream 5.0.2
+## updated to upstream 5.0.2
pkgname=libreoffice-fresh-rpm
-pkgver=5.0.2
+pkgver=5.0.3
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('any')
@@ -73,11 +74,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+=('d2e206b7bf0dfc8961cc5448b17e612fab6843d58b17cfa54127d039b44ff34b');
+ sha256sums+=('550ef2696bf798ea8f0e4f7e7d58276e1f641422b1b01572bcf525e622b108d5');
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+=('08a91884bdc01e4f76b9cefaa3ac6986d088cee09ea4182c7561cc045bad995a')
+ sha256sums+=('13e4f435246c1a18fafa30271e6a30a09ff2c8386047d353c6671a97686e6fc9')
source+=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
fi;