summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76bb921cac81..4da13ef46b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=musikcube
-pkgver=0.51.0
+pkgver=0.60.0
pkgrel=1
pkgdesc='A terminal-based cross-platform music player, audio engine, metadata indexer, and server'
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=("${pkgname}-git")
depends=('faad2' 'libogg' 'libvorbis' 'flac' 'libmicrohttpd' 'lame' 'ncurses' 'boost' 'pulseaudio' 'libpulse' 'libev' 'alsa-lib' 'curl')
makedepends=('cmake')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('15d01528283ab20a537fe9339a3d46fae1487172a4e1220dbe9ff3a14ae87631')
+sha256sums=('50062de3f997137611f0341b343056a0515a2685e671ae05e04ca48999365b2b')
build() {
cd "${pkgname}-${pkgver}"