summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiasoc52021-10-30 13:21:35 -0400
committerkiasoc52021-10-30 13:21:35 -0400
commit4e4a4c19ecfcf056c56e1eb7854398f05a6452eb (patch)
treeffee1afa2479a83992967f6673bdb8eabaccbbb8
parentf8a1e51185dafb83692d478a53944201a2aae116 (diff)
downloadaur-4e4a4c19ecfcf056c56e1eb7854398f05a6452eb.tar.gz
added makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ea48aa9a3dd..86c66e6ddf39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = stargate
arch = x86_64
license = GPL
makedepends = cython
+ makedepends = jq
+ makedepends = python-pip
depends = python-pyqt5
depends = fftw
depends = libsndfile
diff --git a/PKGBUILD b/PKGBUILD
index 87fdc51a60cb..99f9946f6713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,6 @@
+# Maintainer: kiasoc5 <kiasoc5 at tutanota dot com>
+# Contributor: xantares
+
pkgname=stargate
pkgver=21.10.9
pkgrel=1
@@ -6,7 +9,7 @@ license=('GPL')
arch=('x86_64')
url="https://stargateaudio.github.io/"
depends=('python-pyqt5' 'fftw' 'libsndfile' 'portaudio' 'portmidi' 'python-mido')
-makedepends=('cython')
+makedepends=('cython' 'jq' 'python-pip')
source=("https://github.com/stargateaudio/stargate/archive/refs/tags/release-${pkgver}.tar.gz")
sha256sums=('c5c22b03787b192431a830eb9a20cdd5e2295d5b70ec270096e7fc098b1f58ad')