summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrbn422019-11-09 15:46:19 +0800
committerrbn422019-11-09 15:46:19 +0800
commit2c8f9d67f09264ac31415e6386e3ec6ba7a23dd7 (patch)
treef6767b48e84ee92e19c220b50601ecea309a462a /PKGBUILD
parentd7d75a9e20ef32d6842c78680484c58a46423bba (diff)
downloadaur-2c8f9d67f09264ac31415e6386e3ec6ba7a23dd7.tar.gz
Add a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3df1476a148..3bc8751b57c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_basename=panon
pkgname=plasma5-applets-${_basename}-git
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Different Audio Spectrum Analyzer for KDE Plasma"
arch=('any')
url="http://github.com/rbn42/panon"
license=('GPL3')
-depends=('plasma-workspace' 'python-docopt' 'python-numpy' 'python-pillow' 'python-pyaudio' 'python-websockets' 'qt5-websockets' 'qt5-3d')
+depends=('plasma-workspace' 'python-docopt' 'python-numpy' 'python-pillow' 'python-pyaudio' 'python-cffi' 'python-websockets' 'qt5-websockets' 'qt5-3d')
makedepends=('git')
provides=('plasma5-applets-panon-git')
conflicts=('plasma5-applets-panon-git' 'plasma5-applets-panon')