summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2018-01-15 09:24:15 +0100
committerFabio2018-01-15 09:24:15 +0100
commit14cd19af4c704149f855ceb6c18a80fcf11d9527 (patch)
tree8fb0e1d29d7d1a3c3d0110e22d09e7291ab3abd9 /PKGBUILD
parent364328fbfd46b1704c2c95df28ff9088d7417bd3 (diff)
downloadaur-14cd19af4c704149f855ceb6c18a80fcf11d9527.tar.gz
update to 0.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cdda32ae36d..5750770bb6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.28
+pkgver=0.30
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=('f52dad9de03d71ec85e8d5de6ea93e6a8fd0384e2c358e3e4cba47f89dcbe590')
+sha256sums=('d648c7b9a7e9e8f1fddeac2086de751045e74b175df7a6d84e4acbd1759e09af')
build() {
cd "$srcdir/$pkgname-$pkgver"