summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-11-01 21:40:18 -0400
committerAndrew O'Neill2022-11-01 21:40:18 -0400
commit1594141c7367b41819c5f6b0f3e0a35898bf52c8 (patch)
tree825b9d3673fe949ddbc70883453fce969599bc0a /PKGBUILD
parent8795124b2fe883581bd9516428bc7803dcdb066f (diff)
downloadaur-1594141c7367b41819c5f6b0f3e0a35898bf52c8.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 6e519a8c062a..479692bda844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=musikcube
-pkgver=0.98.0
+pkgver=0.98.1
pkgrel=1
pkgdesc='A terminal-based cross-platform music player, audio engine, metadata indexer, and server'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('faad2' 'libogg' 'libvorbis' 'flac' 'libmicrohttpd' 'lame' 'ncurses' 'b
makedepends=('cmake' 'boost')
optdepends=('libopenmpt: OpenMPT support')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a4ae9d6d0fa5ce99de2e7bbc1de75cc8638704a2284b38a51178e23bbe55499c')
+sha256sums=('f311283846e496ce36fb3e85a35e30d895a3c103c93a91b3640e963701b89e80')
build() {
cd "${pkgname}-${pkgver}"