summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-07-18 20:07:58 -0700
committerLlewelyn Trahaearn2016-07-18 20:07:58 -0700
commiteecb52e0cdfc7cfcff144a3a77919d86f068df13 (patch)
tree90a4a4dfd9ad273318477c5bb0257b9e99c5b133
parentd79535029e93fd17aaf6281e857f17638094b8d6 (diff)
downloadaur-eecb52e0cdfc7cfcff144a3a77919d86f068df13.tar.gz
Remove .install as the executed commands are handled by new pacman hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--zynaddsubfx-git.install11
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35afb22664b..51eb84fe2fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jul 18 18:25:00 UTC 2016
+# Tue Jul 19 03:05:46 UTC 2016
pkgbase = zynaddsubfx-git
pkgdesc = A powerful realtime, multi-timbral software synthesizer.
pkgver = 2.5.4.r66.geb774d8
pkgrel = 1
url = http://zynaddsubfx.sourceforge.net
- install = zynaddsubfx-git.install
arch = i686
arch = x86_64
license = GPL
@@ -13,10 +12,10 @@ pkgbase = zynaddsubfx-git
makedepends = cmake
makedepends = dssi
makedepends = gendesk
+ makedepends = ladspa
makedepends = setconf
depends = fftw
depends = fltk
- depends = ladspa
depends = lash
depends = liblo
depends = portaudio
diff --git a/PKGBUILD b/PKGBUILD
index e0ea2a22c169..897d16c91aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,12 @@ pkgdesc="A powerful realtime, multi-timbral software synthesizer."
arch=('i686' 'x86_64')
url="http://zynaddsubfx.sourceforge.net"
license=('GPL')
-depends=('fftw' 'fltk' 'ladspa' 'lash' 'liblo' 'portaudio' 'mxml' 'ntk-git')
-makedepends=('git' 'cmake' 'dssi' 'gendesk' 'setconf')
+depends=('fftw' 'fltk' 'lash' 'liblo' 'portaudio' 'mxml' 'ntk-git')
+makedepends=('git' 'cmake' 'dssi' 'gendesk' 'ladspa' 'setconf')
optdepends=('dssi: dssi plugin')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
options=('!emptydirs')
-install="${pkgname}.install"
source=("${pkgname}::git://git.code.sf.net/p/zynaddsubfx/code/"
"http://zynaddsubfx.sourceforge.net/doc/instruments/unsortedzynaddsubfxParameters_20140402.zip")
noextract=("${source[1]##*/}")
diff --git a/zynaddsubfx-git.install b/zynaddsubfx-git.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/zynaddsubfx-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}