mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/efl to 1.17.0-2
This commit is contained in:
parent
4906106ba0
commit
9a858c061b
2 changed files with 1 additions and 18 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
post_install() {
|
||||
update-mime-database usr/share/mime > /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue