community/calf to 0.0.60-4

This commit is contained in:
Kevin Mihelich 2016-05-01 00:48:48 +00:00
parent 7a9f6dbd76
commit e934f3940a
2 changed files with 1 additions and 16 deletions

View file

@ -7,7 +7,7 @@
pkgname=calf
pkgver=0.0.60
pkgrel=3
pkgrel=4
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('x86_64' 'i686')
url='http://calf-studio-gear.org/'
@ -15,7 +15,6 @@ license=('LGPL')
depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('lv2' 'ladspa' 'dssi')
source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
install=calf.install
sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
build() {

View file

@ -1,14 +0,0 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database /usr/share/applications
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et: