summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--freeoffice.install12
3 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 129f860f39b9..23902f120290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 23 23:48:33 UTC 2016
+# Sat Jul 9 20:14:39 UTC 2016
pkgbase = freeoffice
pkgdesc = A complete, reliable, lightning-fast and Microsoft Office-compatible office suite with a word processor, spreadsheet, and presentation graphics software.
- pkgver = 755
+ pkgver = 756
pkgrel = 1
url = http://www.freeoffice.com/
install = freeoffice.install
@@ -13,7 +13,7 @@ pkgbase = freeoffice
depends = shared-mime-info
depends = gtk-update-icon-cache
depends = desktop-file-utils
- source = http://www.softmaker.net/down/softmaker-freeoffice-755.tgz
+ source = http://www.softmaker.net/down/softmaker-freeoffice-756.tgz
source = freeoffice-textmaker
source = freeoffice-planmaker
source = freeoffice-presentations
diff --git a/PKGBUILD b/PKGBUILD
index 3a90d38834a6..cd31d1a2bd47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=freeoffice
-pkgver=755
+pkgver=756
pkgrel=1
pkgdesc="A complete, reliable, lightning-fast and Microsoft Office-compatible office suite with a word processor, spreadsheet, and presentation graphics software."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.freeoffice.com/"
license=('custom')
depends=('xdg-utils' 'shared-mime-info' 'gtk-update-icon-cache' 'desktop-file-utils')
diff --git a/freeoffice.install b/freeoffice.install
index a799cc67c442..aa7407694dcc 100644
--- a/freeoffice.install
+++ b/freeoffice.install
@@ -1,19 +1,9 @@
-do_update() {
- update-mime-database /usr/share/mime > /dev/null
- gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
- update-desktop-database -q
-}
-
post_install() {
- do_update
echo 'To obtain a valid free serial number please visit'
echo 'http://www.freeoffice.com/en/download'
}
post_upgrade() {
- do_update
+ post_install
}
-post_remove() {
- do_update
-}