name='onlyoffice-bin'
version='8.1.1' release='1'
This commit is contained in:
parent
6d621145f1
commit
0acd5fee5d
@ -1,5 +1,5 @@
|
||||
name='onlyoffice-bin'
|
||||
version='8.1.0'
|
||||
version='8.1.1'
|
||||
release='1'
|
||||
desc='An office suite that combines text, spreadsheet and presentation editors'
|
||||
homepage='https://www.onlyoffice.com/'
|
||||
@ -27,6 +27,10 @@ prepare() {
|
||||
patch -d onlyoffice-${version}/pkg -Np1 -i "${scriptdir}/010-onlyoffice-bin-fix-document-opening.patch"
|
||||
}
|
||||
|
||||
scripts=(
|
||||
['postinstall']='postinstall.sh'
|
||||
)
|
||||
|
||||
package() {
|
||||
cd $srcdir
|
||||
cp -dr --no-preserve='ownership' "onlyoffice-${version}"/pkg/* "$pkgdir"
|
||||
|
Loading…
Reference in New Issue
Block a user