summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-12-30 11:16:12 -0500
committerAndrew O'Neill2018-12-30 11:16:12 -0500
commitf4aacb62dfcadf422ba6fc9b3f1fe89e406747b2 (patch)
treeb9823f8982c73134a625a52362d44e10024f683d
parent1fa4a3c7e98a4db6ed7d98b45428c03b659ca501 (diff)
downloadaur-f4aacb62dfcadf422ba6fc9b3f1fe89e406747b2.tar.gz
Adjust boost deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9711d10cb8f..2bdc757a2ea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = musikcube
pkgdesc = A terminal-based cross-platform music player, audio engine, metadata indexer, and server
pkgver = 0.60.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clangen/musikcube
arch = x86_64
license = BSD
makedepends = cmake
+ makedepends = boost
depends = faad2
depends = libogg
depends = libvorbis
@@ -13,7 +14,7 @@ pkgbase = musikcube
depends = libmicrohttpd
depends = lame
depends = ncurses
- depends = boost
+ depends = boost-libs
depends = pulseaudio
depends = libpulse
depends = libev
diff --git a/PKGBUILD b/PKGBUILD
index 4da13ef46b5d..1919c729abff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=musikcube
pkgver=0.60.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' 'libev' 'alsa-lib' 'curl')
-makedepends=('cmake')
+depends=('faad2' 'libogg' 'libvorbis' 'flac' 'libmicrohttpd' 'lame' 'ncurses' 'boost-libs' 'pulseaudio' 'libpulse' 'libev' 'alsa-lib' 'curl')
+makedepends=('cmake' 'boost')
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('50062de3f997137611f0341b343056a0515a2685e671ae05e04ca48999365b2b')