summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornik1232016-10-25 21:47:44 +0200
committernik1232016-10-25 21:47:44 +0200
commit53637482ceca1b6e2659e1f10c2fa35b47f21003 (patch)
tree8244e702bc3096932d112c9145458b8d4f3b832d
parent7630a9d077c3cfe59c1b57cecd8978d9cb229be5 (diff)
downloadaur-53637482ceca1b6e2659e1f10c2fa35b47f21003.tar.gz
some fixing
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43559ded14ab..5fde6c842bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@ pkgname=cava-gui-git
_pkgname=cava
pkgver=r284.164c494
pkgrel=1
-pkgdesc='SDL2 Audio Visualizer for Alsa/Pulseaudio'
+pkgdesc='Xlib and SDL2 Audio Visualizer for Alsa/Pulseaudio'
arch=('i686' 'x86_64')
url='https://github.com/nikp123/cava-gui'
license=('MIT')
-depends=('fftw' 'alsa-lib' 'iniparser' 'libx11')
+depends=('fftw' 'alsa-lib' 'iniparser' 'ncurses' 'libx11' 'sdl2')
makedepends=('git' 'libtool' 'automake')
source=('git+https://github.com/nikp123/cava.git')
conflicts=($_pkgname)
@@ -32,3 +32,5 @@ package() {
install -Dm744 example_files/desktop/icon.png "$pkgdir/usr/share/$_pkgname/icon.png"
install -Dm744 example_files/desktop/"$_pkgname".desktop "$pkgdir"/usr/share/applications/"$_pkgname".desktop
}
+
+