summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-01-16 18:44:42 +0000
committerMilk Brewster2020-01-16 18:44:42 +0000
commite78e3f0250937e0c5ceec903d803363dc192326d (patch)
treeb168c96dfd2271cfe707b430c9bdccc63e59f6e3
parent4ef02a5874d84ec19fb41c5d76edfc3ffc199d75 (diff)
downloadaur-e78e3f0250937e0c5ceec903d803363dc192326d.tar.gz
fix deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfeb4706c453..93edcc739028 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,13 @@ pkgbase = spaghettis-git
url = https://github.com/Spaghettis/Spaghettis
arch = x86_64
license = BSD
+ depends = alsa-lib
+ depends = fftw
+ depends = glibc
+ depends = hicolor-icon-theme
+ depends = jack
+ depends = portaudio
+ depends = tk
source = git+https://github.com/Spaghettis/Spaghettis
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 609c147a2f35..10f41c701950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://github.com/Spaghettis/Spaghettis"
license=(BSD)
groups=()
-depends=()
+depends=('alsa-lib' 'fftw' 'glibc' 'hicolor-icon-theme' 'jack' 'portaudio' 'tk')
makedepends=()
checkdepends=()
optdepends=()