summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Dallilar2020-01-11 22:02:04 +0100
committerYigit Dallilar2020-01-11 22:02:04 +0100
commit4a620f7f0c8f3545c5275bd6dd83924b4c10a563 (patch)
tree75984a667343fd2950b27e6d71bfd31eb8400fa2
parentc659381e0851fb3ef02cc4ac336d33450abaa6d4 (diff)
downloadaur-4a620f7f0c8f3545c5275bd6dd83924b4c10a563.tar.gz
fix pkgsums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a345014f97..0ae7a8f7508d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ms-office-online
pkgdesc = Microsoft Office Suite Online as a native application
pkgver = 19.06.2
- pkgrel = 5
+ pkgrel = 6
url = https://www.office.com/
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = ms-office-online
source = add-mslogin.patch::https://gitlab.manjaro.org/applications/ms-office-online-launcher/commit/afa0d9e64bef5711180fe5072e48536a05ed313d.patch
source = sharepoint.patch::https://gitlab.manjaro.org/applications/ms-office-online-launcher/commit/0c3f2a441b1f83daeaaaf51d956daba7ef156b63.patch
sha256sums = b72b31e199ce6467fdce821ecff9344fe7f1b314db03e09db162b39558c43c2b
- sha256sums = e9ed046efc7599a3b6f45b29e5672bd6e156407c9f463d8b572d8e7165047474
- sha256sums = f1adab3b72c567e87afdbb78139226322edc47b7734ede61076d4a0cef855c55
+ sha256sums = 67f5dbb3ef35940a72307ced8e1a11495ef26c67c129a92c01d89d96f00f2e00
+ sha256sums = 5fb660b7964fd95b55c67236b4f7ed87bd063d4b4a8e1850edcad4875270d7ca
pkgname = ms-office-online
diff --git a/PKGBUILD b/PKGBUILD
index 38e9737b3233..3f52c0b77a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=('ms-office-online')
pkgver=19.06.2
-pkgrel=5
+pkgrel=6
pkgdesc="Microsoft Office Suite Online as a native application"
url="https://www.office.com/"
depends=('jade-application-kit' 'qt5-webengine')
@@ -17,8 +17,8 @@ source=("https://gitlab.manjaro.org/applications/ms-office-online-launcher/-/arc
add-mslogin.patch::https://gitlab.manjaro.org/applications/ms-office-online-launcher/commit/afa0d9e64bef5711180fe5072e48536a05ed313d.patch
sharepoint.patch::https://gitlab.manjaro.org/applications/ms-office-online-launcher/commit/0c3f2a441b1f83daeaaaf51d956daba7ef156b63.patch)
sha256sums=('b72b31e199ce6467fdce821ecff9344fe7f1b314db03e09db162b39558c43c2b'
- 'e9ed046efc7599a3b6f45b29e5672bd6e156407c9f463d8b572d8e7165047474'
- 'f1adab3b72c567e87afdbb78139226322edc47b7734ede61076d4a0cef855c55')
+ '67f5dbb3ef35940a72307ced8e1a11495ef26c67c129a92c01d89d96f00f2e00'
+ '5fb660b7964fd95b55c67236b4f7ed87bd063d4b4a8e1850edcad4875270d7ca')
prepare() {
cd "ms-office-online-launcher-${pkgver}"