summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ed7b50e140..934d824bfae4 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.33
+ pkgver = 0.34
pkgrel = 1
url = http://tlecomte.github.com/friture/
arch = i686
@@ -15,9 +15,10 @@ pkgbase = friture
depends = python-opengl
depends = python-pyqt5
depends = python-sounddevice
+ depends = python-pyrr
optdepends = jack: for JACK I/O support
- source = https://github.com/tlecomte/friture/archive/v0.33.tar.gz
- sha256sums = b13e28831b093c6ae86b98f4cf09ad288e0e46ecc5b83038e30e94faa4eace02
+ source = https://github.com/tlecomte/friture/archive/v0.34.tar.gz
+ sha256sums = f7bef94e16440190b6f96d5502d58956926fb964af677289b86acb78f9adf82e
pkgname = friture
diff --git a/PKGBUILD b/PKGBUILD
index c672566f4887..df27c8bd354e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.33
+pkgver=0.34
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=('pyqwt' 'python-scipy' 'python-psutil' 'python-pyaudio' 'python-opengl' 'python-pyqt5' 'python-sounddevice')
+depends=('pyqwt' 'python-scipy' 'python-psutil' 'python-pyaudio' 'python-opengl' 'python-pyqt5' 'python-sounddevice' 'python-pyrr')
optdepends=('jack: for JACK I/O support')
makedepends=('cython' 'dos2unix')
source=("https://github.com/tlecomte/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b13e28831b093c6ae86b98f4cf09ad288e0e46ecc5b83038e30e94faa4eace02')
+sha256sums=('f7bef94e16440190b6f96d5502d58956926fb964af677289b86acb78f9adf82e')
build() {
cd "$srcdir/$pkgname-$pkgver"