makedeb


onlyoffice-bin 7.3.0-1


An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents.

Click here to go back to the commit logs for onlyoffice-bin.

Commit:


Hash: 68233487747a0e85b69c65dafcd63061b60af7dd

Message: fix potential build issue with pbmpr

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f0ac758..124fafb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = onlyoffice-bin
 	pkgdesc = An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents.
 	pkgver = 7.0.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://www.onlyoffice.com
 	arch = x86_64
 	license = AGPL-3.0
@@ -28,7 +28,7 @@ pkgbase = onlyoffice-bin
 	optdepends = fonts-takao-gothic
 	provides = onlyoffice
 	conflicts = onlyoffice
-	source = onlyoffice-bin-7.0.1.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.0.1/onlyoffice-desktopeditors_amd64.deb
+	source = onlyoffice-bin-7.0.1::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.0.1/onlyoffice-desktopeditors_amd64.deb
 	sha256sums = ea5e97f2558184f17ca3615efe6cd0354716f0919c4646f63cc9c0d4dfe0b779
 
 pkgname = onlyoffice-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb6a011..03d85f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=onlyoffice-bin
 pkgver=7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents."
 arch=('x86_64')
 depends=('x11-common' 'libasound2' 'wget' 'gstreamer1.0-libav' 'gstreamer1.0-plugins-ugly'
@@ -14,7 +14,7 @@ license=('AGPL-3.0')
 conflicts=('onlyoffice')
 provides=('onlyoffice')
 url="https://www.onlyoffice.com"
-source=("$pkgname-$pkgver.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
+source=("$pkgname-$pkgver::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
 sha256sums=('ea5e97f2558184f17ca3615efe6cd0354716f0919c4646f63cc9c0d4dfe0b779')
 
 package() {