summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanis Jansons2021-12-31 22:18:50 +0200
committerJanis Jansons2021-12-31 22:18:50 +0200
commitf63dc7210ea2c26641a4e315bf5758e317696279 (patch)
tree76d9dd33841711ab24647e549f20cdeb8454a1e5
parent6296db7df23677bb20eaa906595609216f7fa49b (diff)
downloadaur-ledfx-git.tar.gz
Add dependancy to python-pyaudio-git and bump version to fix error caused by in pyaudio in python 3.10
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a470e69f5f..ba5688f63388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ledfx-git
pkgdesc = Make your LEDs dance in sync to the music
- pkgver = v0.10.5.r50.gb8e68bea
+ pkgver = v0.10.7.r2.g138c2eb1
pkgrel = 1
url = https://github.com/LedFx/LedFx
arch = any
@@ -12,6 +12,7 @@ pkgbase = ledfx-git
depends = ffmpeg
depends = avahi
depends = pulseaudio
+ depends = python-pyaudio-git
provides = ledfx
conflicts = ledfx
source = ledfx-git::git+https://github.com/LedFx/LedFx.git
diff --git a/PKGBUILD b/PKGBUILD
index 618af667183d..bf9fc60dbdeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Janis Jansons <aur@janhouse.lv>
pkgname=ledfx-git
-pkgver=v0.10.5.r50.gb8e68bea
+pkgver=v0.10.7.r2.g138c2eb1
pkgrel=1
pkgdesc="Make your LEDs dance in sync to the music"
arch=('any')
url="https://github.com/LedFx/LedFx"
license=('MIT')
-depends=('ffmpeg' 'avahi' 'pulseaudio')
+depends=('ffmpeg' 'avahi' 'pulseaudio' 'python-pyaudio-git')
provides=('ledfx')
conflicts=('ledfx')
makedepends=('git' 'python-setuptools' 'portaudio' 'ffmpeg')