summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c751fda198..52e963c7c6e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon May 29 17:52:43 UTC 2017
+# Sun Jun 11 09:12:30 UTC 2017
pkgbase = nextcloud-app-onlyoffice
pkgdesc = Integrate ONLYOFFICE documentserver into NextCloud
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/ONLYOFFICE/onlyoffice-owncloud
arch = any
license = GPL3
depends = nextcloud
options = !strip
- source = nextcloud-app-onlyoffice-1.0.4.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-owncloud/releases/download/v1.0.4/onlyoffice.tar.gz
- sha512sums = 3949d63a03f1c09c973daf20e051a0e5d56366a5994d68e631433c52f365cd5961e0439f099f3cb3179db7930251ceaba4fafcbbd12e5c7f3db30696b7d369de
+ source = nextcloud-app-onlyoffice-1.0.5.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-owncloud/releases/download/v1.0.5/onlyoffice.tar.gz
+ sha512sums = 11691b6eb005e4a2e64330e309cfc6e1079b702f1f2158971bf7d0b119e047b011725f7e02381e89b9287048cea66cbb62f7cc8812eaf06512bad3fca894158f
pkgname = nextcloud-app-onlyoffice
diff --git a/PKGBUILD b/PKGBUILD
index e220bfa66fa6..95cd8c78be6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-onlyoffice
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Integrate ONLYOFFICE documentserver into NextCloud"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-owncloud/releases/download/v${pkgver}/onlyoffice.tar.gz")
-sha512sums=("3949d63a03f1c09c973daf20e051a0e5d56366a5994d68e631433c52f365cd5961e0439f099f3cb3179db7930251ceaba4fafcbbd12e5c7f3db30696b7d369de")
+sha512sums=("11691b6eb005e4a2e64330e309cfc6e1079b702f1f2158971bf7d0b119e047b011725f7e02381e89b9287048cea66cbb62f7cc8812eaf06512bad3fca894158f")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"