summarylogtreecommitdiffstats
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
parent11a9e69259414f5d39e47e05927c1902e8e94a27 (diff)
downloadaur-be5528e0e72d6ef0f1daa055b35e65415ec6c19f.tar.gz
Add libev as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e964cb08e226..ff9383efb3d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = musikcube
pkgdesc = A terminal-based cross-platform music player, audio engine, metadata indexer, and server
pkgver = 0.40.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clangen/musikcube
arch = x86_64
license = BSD
@@ -16,6 +16,7 @@ pkgbase = musikcube
depends = boost
depends = pulseaudio
depends = libpulse
+ depends = libev
depends = alsa-lib
depends = curl
conflicts = musikcube-git
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)