summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2017-01-07 14:36:46 +0100
committerFabio2017-01-07 14:36:46 +0100
commitff23c46d4a0de382bf346f6704f16876c3ef2243 (patch)
tree86dc3cb4d16b847b6a20c3e6d61760c19794641d /PKGBUILD
parentd44e54b6660ce1bd0d4e1cfeeccef3f8b0781684 (diff)
downloadaur-ff23c46d4a0de382bf346f6704f16876c3ef2243.tar.gz
0.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a586aa5eaa78..1af9d0fdf2a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.22
+pkgver=0.24
pkgrel=1
pkgdesc="An application to visualize and analyze live audio data in real-time."
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('pyqwt' 'python-scipy' 'python-psutil' 'python-pyaudio' 'python-opengl'
optdepends=('jack: for JACK I/O support')
makedepends=('cython' 'dos2unix')
source=("https://github.com/tlecomte/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('4d7b415a254a352dc9144044347734cd6b194b7bad103428e3e6d4516a1d0c2f')
+sha256sums=('2fe8a9d31774bb451bbfc37818b127ef3e97772e19e70960d8693a6439ffac56')
build() {
cd "$srcdir/$pkgname-$pkgver"