summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2019-03-21 13:52:40 -0400
committerAndrew O'Neill2019-03-21 13:52:40 -0400
commit88553e7cbc57724f09544d5427d60f15e3c036dc (patch)
tree3cd39797effeac46f323e9bb07c5d4d41ca777b2 /PKGBUILD
parentb317761b1817819f04353e9bcf893c46f60c6284 (diff)
downloadaur-88553e7cbc57724f09544d5427d60f15e3c036dc.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad459f967db..c2e510dbf722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=musikcube
-pkgver=0.64.0
+pkgver=0.64.1
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-libs' 'pulseaudio' 'libpulse' 'libev' 'alsa-lib' 'curl' 'ffmpeg' 'taglib')
makedepends=('cmake' 'boost')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('902c6b0c9a64943b78da1928b13a19915ded1477f238f722a6569c6243c80e11')
+sha256sums=('e05d045d9b1fcfbb7d21c5fbdc4ab482388f47b57ac5ad894786d0613def6bc5')
build() {
cd "${pkgname}-${pkgver}"