summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2061987e6a9e..5178788e22f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,13 +7,13 @@ pkgbase = friture
arch = x86_64
license = GPL3
makedepends = cython
- depends = python-numpy
- depends = python-docutils
depends = python-appdirs
+ depends = python-docutils
+ depends = python-numpy
depends = python-opengl
depends = python-pyqt5
- depends = python-sounddevice
depends = python-pyrr
+ depends = python-sounddevice
optdepends = jack: for JACK I/O support
source = https://github.com/tlecomte/friture/archive/v0.37.tar.gz
sha256sums = ae5a03d6b173b857ebba546ecd1e6e311d0b14ef8f4b68336ff5ce5b3e43091d
diff --git a/PKGBUILD b/PKGBUILD
index 30c2aedbd3ce..119ee4ebdee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="An application to visualize and analyze live audio data in real-time."
arch=(i686 x86_64)
url="http://tlecomte.github.com/friture/"
license=('GPL3')
-depends=('python-numpy' 'python-docutils' 'python-appdirs' 'python-opengl' 'python-pyqt5' 'python-sounddevice' 'python-pyrr')
+depends=('python-appdirs' 'python-docutils' 'python-numpy' 'python-opengl' 'python-pyqt5' 'python-pyrr' 'python-sounddevice')
optdepends=('jack: for JACK I/O support')
makedepends=('cython')
source=("https://github.com/tlecomte/$pkgname/archive/v$pkgver.tar.gz")