summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgandalf32020-02-19 18:15:56 -0800
committergandalf32020-02-19 18:15:56 -0800
commitaecba119230d9b97493322cf6f02e6159c7850b7 (patch)
treea83992787a0bdda90a8d731a7e96d49c6e6ce005
parentc13cc73e245403b7b1ac71814cde8bede77707b7 (diff)
downloadaur-aecba119230d9b97493322cf6f02e6159c7850b7.tar.gz
add libinstpatch to deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b2f6716dc05..10e053ecf58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = swami
depends = fftw
depends = audiofile
depends = fluidsynth
+ depends = libinstpatch
optdepends = libpng
source = https://github.com/swami/swami/archive/v2.2.0.tar.gz
source = cwd.patch
diff --git a/PKGBUILD b/PKGBUILD
index 867489590fc3..9312236c0298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A SoundFont editor'
arch=('x86_64')
url='http://www.swamiproject.org'
license=('GPL2')
-depends=('gtk2' 'fftw' 'audiofile' 'fluidsynth')
+depends=('gtk2' 'fftw' 'audiofile' 'fluidsynth' 'libinstpatch')
makedepends=('cmake')
optdepends=('libpng')
source=("https://github.com/swami/${pkgname}/archive/v${pkgver}.tar.gz" 'cwd.patch')