summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-12-10 21:00:05 +0100
committerM0Rf302019-12-10 21:00:05 +0100
commitd18e0b610790c3cc1878260b1cb9ce19df63e39a (patch)
tree2793e0ff726d945cc7bd9b2e270f56d2aa7b53cb
parent3ce093b25df14693b071038f28ad297d2ea5833a (diff)
downloadaur-d18e0b610790c3cc1878260b1cb9ce19df63e39a.tar.gz
friture: 0.41
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8beb5e3087c..d4cedfe7ee2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = friture
pkgdesc = An application to visualize and analyze live audio data in real-time.
- pkgver = 0.40
+ pkgver = 0.41
pkgrel = 1
url = http://tlecomte.github.com/friture/
arch = i686
@@ -9,14 +9,17 @@ pkgbase = friture
makedepends = cython
depends = python-appdirs
depends = python-docutils
+ depends = python-multipledispatch
depends = python-numpy
depends = python-opengl
+ depends = python-pa-ringbuffer
depends = python-pyqt5
depends = python-pyrr
+ depends = python-rtmixer
depends = python-sounddevice
optdepends = jack: for JACK I/O support
- source = https://github.com/tlecomte/friture/archive/v0.40.tar.gz
- sha256sums = c9f6be5b688120c4776541e86dff5aaa4203385987a8331d0c5bd7c2ed7e5919
+ source = https://github.com/tlecomte/friture/archive/v0.41.tar.gz
+ sha256sums = f778798392ff29284c2cdbc3563ec83552b8a8a464a5ad35e5678448cc335a7c
pkgname = friture
diff --git a/PKGBUILD b/PKGBUILD
index c2f39b131dbb..e7ab01db0d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.40
+pkgver=0.41
pkgrel=1
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-appdirs' 'python-docutils' 'python-numpy' 'python-opengl' 'python-pyqt5' 'python-pyrr' 'python-sounddevice')
+depends=('python-appdirs' 'python-docutils' 'python-multipledispatch' 'python-numpy' 'python-opengl' 'python-pa-ringbuffer' 'python-pyqt5' 'python-pyrr' 'python-rtmixer' 'python-sounddevice')
optdepends=('jack: for JACK I/O support')
makedepends=('cython')
source=("https://github.com/tlecomte/$pkgname/archive/v$pkgver.tar.gz")
@@ -27,4 +27,4 @@ package() {
sed -i "s|usr|/usr|g" "$pkgdir"/usr/share/applications/$pkgname.desktop
}
-sha256sums=('c9f6be5b688120c4776541e86dff5aaa4203385987a8331d0c5bd7c2ed7e5919')
+sha256sums=('f778798392ff29284c2cdbc3563ec83552b8a8a464a5ad35e5678448cc335a7c')