extra/efl to 1.17.0-2

This commit is contained in:
Kevin Mihelich 2016-05-14 18:43:29 +00:00
parent 4906106ba0
commit 9a858c061b
2 changed files with 1 additions and 18 deletions

View file

@ -8,7 +8,7 @@
pkgbase=efl
pkgname=('efl' 'efl-docs')
pkgver=1.17.0
pkgrel=1
pkgrel=2
pkgdesc="Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@ -25,7 +25,6 @@ replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
options=('!emptydirs')
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
install=efl.install
sha1sums=('bcdc546fcd34ff04d876ab86ecfbc47afc623a69'
'ef2b961e793c711685623a149ab55b1bec9a3676')

View file

@ -1,16 +0,0 @@
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}