summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordef2021-12-11 20:15:37 +1100
committerdef2021-12-11 20:15:37 +1100
commit306b091a1b520c23f624fe844dfa7a0ce6a70d4d (patch)
treeebd021ef1ad5030ce5cf8d422d096c6344d91235 /PKGBUILD
parent371827a3a04dc5a5b42e4b67492990c5215ad474 (diff)
downloadaur-jellyshuf.tar.gz
bump ver to v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9d8d8da9ecc..cffdf0e636d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ethan Djeric <ethan@ethandjeric.com>
pkgname=jellyshuf
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
license=("MIT" "Apache")
arch=('any')
pkgdesc="Randomly add items to mpd queue from jellyfin (use in tandem with mopidy-jellyfin)"
@@ -22,7 +22,7 @@ optdepends=(
"mopidy-jellyfin: to enable access to jellyfin music files via a local MPD server"
"mopidy-mpd: to enable access to jellyfin music files via a local MPD server"
)
-sha256sums=('36fcb49ca9147f5b64c1eacd83acce9c344cc776ef66d2b3e36f594062cbc26e')
+sha256sums=('0719a321578edd2b8d54145e8f1ddd58037be3050a801b70e888f713bcad6227')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"