summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11fec0549be2..b9cc5ddcf61b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tauon-music-box
pkgdesc = A modern streamlined music player
- pkgver = 6.4.1
+ pkgver = 6.4.2
pkgrel = 1
url = https://tauonmusicbox.rocks
arch = any
@@ -40,8 +40,8 @@ pkgbase = tauon-music-box
optdepends = python-tekore: Spotify playback control
optdepends = picard: Recommended tag editor
optdepends = gst-plugins-ugly: For GStreamer WMA support
- source = tauon-music-box-6.4.1.tar.gz::https://github.com/Taiko2k/TauonMusicBox/archive/v6.4.1.tar.gz
- sha256sums = 1145dd991faba961f175811718a7958f54ca95ddbf13d0efadef23e86862332f
+ source = tauon-music-box-6.4.2.tar.gz::https://github.com/Taiko2k/TauonMusicBox/archive/v6.4.2.tar.gz
+ sha256sums = c3cdb13e1fc4ed0e004d199a615baf1c390ad9cb9d385eb18a16cddb980c06b6
pkgname = tauon-music-box
diff --git a/PKGBUILD b/PKGBUILD
index 1764186b0024..26981fe4f0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tauon-music-box
_pkgname=tauonmb
_gitname=TauonMusicBox
-pkgver=6.4.1
+pkgver=6.4.2
pkgrel=1
pkgdesc="A modern streamlined music player"
arch=('any')
@@ -49,7 +49,7 @@ optdepends=('p7zip: 7z archive extraction support'
'gst-plugins-ugly: For GStreamer WMA support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Taiko2k/TauonMusicBox/archive/v$pkgver.tar.gz")
-sha256sums=('1145dd991faba961f175811718a7958f54ca95ddbf13d0efadef23e86862332f')
+sha256sums=('c3cdb13e1fc4ed0e004d199a615baf1c390ad9cb9d385eb18a16cddb980c06b6')
build() {
cd "$_gitname-$pkgver"