extra/calligra to 2.8.1-1

This commit is contained in:
Kevin Mihelich 2014-03-29 18:11:44 +00:00
parent 8463dfaf7b
commit 7b7ee9f18d
2 changed files with 7 additions and 6 deletions

View file

@ -22,8 +22,8 @@ pkgname=('calligra-braindump'
'calligra-sheets'
'calligra-stage'
'calligra-words')
pkgver=2.8.0
pkgrel=2
pkgver=2.8.1
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@ -35,7 +35,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz"
'arm.patch')
md5sums=('59abfc331220f5282ea2d6df5e80e899'
md5sums=('7d75143f24a63b9983fe8bfe8ac029d1'
'dc5105bcc612560f46d27071aca69cba')
prepare() {

View file

@ -1,11 +1,12 @@
post_install() {
update-mime-database usr/share/mime &> /dev/null
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
post_install
}
post_remove() {
post_install
post_install
}