summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2018-02-09 12:59:12 +0100
committerFabio2018-02-09 12:59:12 +0100
commitf0616a1e8b8b908cf577ca8e9021e217a0a36556 (patch)
tree9419c770c59e5d50bd055c04b25a31f91bdc7735 /PKGBUILD
parent14cd19af4c704149f855ceb6c18a80fcf11d9527 (diff)
downloadaur-f0616a1e8b8b908cf577ca8e9021e217a0a36556.tar.gz
update to 0.33
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5750770bb6ab..c672566f4887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.30
+pkgver=0.33
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=('d648c7b9a7e9e8f1fddeac2086de751045e74b175df7a6d84e4acbd1759e09af')
+sha256sums=('b13e28831b093c6ae86b98f4cf09ad288e0e46ecc5b83038e30e94faa4eace02')
build() {
cd "$srcdir/$pkgname-$pkgver"