summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2018-02-03 16:55:44 -0500
committerAndrew O'Neill2018-02-03 16:55:44 -0500
commitbe5528e0e72d6ef0f1daa055b35e65415ec6c19f (patch)
treea4188bb1eca8a4c9c036011f383bdd3b4744b73b /PKGBUILD
parent11a9e69259414f5d39e47e05927c1902e8e94a27 (diff)
downloadaur-be5528e0e72d6ef0f1daa055b35e65415ec6c19f.tar.gz
Add libev as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a74af35d7455..ceed8807f048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=musikcube
pkgver=0.40.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal-based cross-platform music player, audio engine, metadata indexer, and server"
arch=('x86_64')
url="https://github.com/clangen/$pkgname"
license=('BSD')
conflicts=("$pkgname-git")
-depends=('faad2' 'libogg' 'libvorbis' 'flac' 'libmicrohttpd' 'lame' 'ncurses' 'boost' 'pulseaudio' 'libpulse' 'alsa-lib' 'curl')
+depends=('faad2' 'libogg' 'libvorbis' 'flac' 'libmicrohttpd' 'lame' 'ncurses' 'boost' 'pulseaudio' 'libpulse' 'libev' 'alsa-lib' 'curl')
makedepends=('cmake')
source=(https://github.com/clangen/musikcube/archive/$pkgver.tar.gz
LICENSE.txt)