summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')