summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2018-09-01 21:27:21 +1200
committerTaiko2k2018-09-01 21:27:21 +1200
commit0ac6c027223953b67e3f1b045c53df3ebac3de7e (patch)
treebaffea8f00590c9bbb4040cc9ff8a3b1a8bc0bd4
parent16d738232e262ac5a4a0879e9e144752985553e6 (diff)
downloadaur-0ac6c027223953b67e3f1b045c53df3ebac3de7e.tar.gz
update for v3.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 822aa8b7cc04..018bc42042cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tauon-music-box
pkgdesc = A streamlined music player that uses BASS
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/taiko2k/tauonmb
arch = x86_64
@@ -19,9 +19,10 @@ pkgbase = tauon-music-box
depends = python-stagger
depends = python-hsaudiotag3k
depends = python-flask
+ depends = python-setproctitle
optdepends = ffmpeg: File transcoding
- source = https://github.com/Taiko2k/tauonmb/releases/download/v3.2.0/Tauon.Music.Box.v3.2.0.Linux.Bass.64bit.zip
- sha1sums = 3bf3e73c463e3ddb43f08694b409c52c42bed6b5
+ source = https://github.com/Taiko2k/tauonmb/releases/download/v3.2.1/Tauon.Music.Box.v3.2.1.Linux.Bass.64bit.zip
+ sha1sums = 26f5809a4131333587a7f8f4608e6810dc31a4cc
pkgname = tauon-music-box
diff --git a/PKGBUILD b/PKGBUILD
index f1441ba422e2..d6cbf84d2e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ url="https://github.com/taiko2k/tauonmb"
arch=('x86_64')
license=('custom')
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
-depends=('python3' 'noto-fonts' 'noto-fonts-emoji' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask')
+depends=('python3' 'noto-fonts' 'noto-fonts-emoji' 'sdl2_image' 'python-pillow' 'python-pylast' 'python-gobject' 'xdg-utils' 'python-beautifulsoup4' 'python-requests' 'python-cairo' 'python-stagger' 'python-hsaudiotag3k' 'python-flask' 'python-setproctitle')
optdepends=('ffmpeg: File transcoding')
-source=('https://github.com/Taiko2k/tauonmb/releases/download/v3.2.0/Tauon.Music.Box.v3.2.0.Linux.Bass.64bit.zip')
+source=('https://github.com/Taiko2k/tauonmb/releases/download/v3.2.1/Tauon.Music.Box.v3.2.1.Linux.Bass.64bit.zip')
-sha1sums=('3bf3e73c463e3ddb43f08694b409c52c42bed6b5')
+sha1sums=('26f5809a4131333587a7f8f4608e6810dc31a4cc')
package() {