summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-10-02 10:31:25 +0200
committerM0Rf302021-10-02 10:31:25 +0200
commit43d95a14cbf619daada9173bbd532777040ff868 (patch)
treeb8219948611315985243056f0fe197eff349670a
parentfa4e2ad871286847cd8cffefb69394657075d983 (diff)
downloadaur-43d95a14cbf619daada9173bbd532777040ff868.tar.gz
friture: 0.48
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b90f33fae0..bd2a657b8c07 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.47
+ pkgver = 0.48
pkgrel = 1
url = https://friture.org/
arch = i686
@@ -14,14 +14,13 @@ pkgbase = friture
depends = python-docutils
depends = python-multipledispatch
depends = python-numpy
- depends = python-opengl
depends = python-pa-ringbuffer
depends = python-pyqt5
depends = python-pyrr
depends = python-rtmixer
depends = python-sounddevice
optdepends = jack: for JACK I/O support
- source = https://github.com/tlecomte/friture/archive/v0.47.tar.gz
- sha256sums = d98be9a1b304f49cb084d7f127de7e120866ccfb491d2b5bb4357ab49a7b4cd7
+ source = https://github.com/tlecomte/friture/archive/v0.48.tar.gz
+ sha256sums = 8e3e4c6a2911712d4302dc24f30b5db6975e7d7a3e036905b3a3831c9ddb2f3a
pkgname = friture
diff --git a/PKGBUILD b/PKGBUILD
index 907186bdc00c..0e3a8d0ab1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=friture
-pkgver=0.47
+pkgver=0.48
pkgrel=1
pkgdesc="An application to visualize and analyze live audio data in real-time."
arch=(i686 x86_64)
url="https://friture.org/"
license=('GPL3')
-depends=('python-appdirs' 'python-docutils' 'python-multipledispatch' 'python-numpy' 'python-opengl' 'python-pa-ringbuffer' 'python-pyqt5' 'python-pyrr' 'python-rtmixer' 'python-sounddevice')
+depends=('python-appdirs' 'python-docutils' 'python-multipledispatch' 'python-numpy' 'python-pa-ringbuffer' 'python-pyqt5' 'python-pyrr' 'python-rtmixer' 'python-sounddevice')
optdepends=('jack: for JACK I/O support')
makedepends=('cython' 'python-pip' 'python-setuptools' 'python-wheel')
source=("https://github.com/tlecomte/friture/archive/v${pkgver}.tar.gz")
@@ -32,4 +32,4 @@ package() {
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
-sha256sums=('d98be9a1b304f49cb084d7f127de7e120866ccfb491d2b5bb4357ab49a7b4cd7')
+sha256sums=('8e3e4c6a2911712d4302dc24f30b5db6975e7d7a3e036905b3a3831c9ddb2f3a')