summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio2018-02-09 12:59:12 +0100
committerFabio2018-02-09 12:59:12 +0100
commitf0616a1e8b8b908cf577ca8e9021e217a0a36556 (patch)
tree9419c770c59e5d50bd055c04b25a31f91bdc7735
parent14cd19af4c704149f855ceb6c18a80fcf11d9527 (diff)
downloadaur-f0616a1e8b8b908cf577ca8e9021e217a0a36556.tar.gz
update to 0.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb45e078b05e..b4ed7b50e140 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.30
+ pkgver = 0.33
pkgrel = 1
url = http://tlecomte.github.com/friture/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = friture
depends = python-pyqt5
depends = python-sounddevice
optdepends = jack: for JACK I/O support
- source = https://github.com/tlecomte/friture/archive/v0.30.tar.gz
- sha256sums = d648c7b9a7e9e8f1fddeac2086de751045e74b175df7a6d84e4acbd1759e09af
+ source = https://github.com/tlecomte/friture/archive/v0.33.tar.gz
+ sha256sums = b13e28831b093c6ae86b98f4cf09ad288e0e46ecc5b83038e30e94faa4eace02
pkgname = friture
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"