summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Sprunk2020-11-11 21:25:29 +0100
committerRobert Sprunk2020-11-11 21:25:29 +0100
commitdb23cbaed324c8b6064b67ec279b305641d5cbc9 (patch)
tree5301507b09b3c75685137707228fa59760a2b384
parente1681d9384787d4df4c4ab244732eb1df1ce4c45 (diff)
downloadaur-db23cbaed324c8b6064b67ec279b305641d5cbc9.tar.gz
Update to version 0.6.1
Now requires mediafile
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd0360178bc..e2ccf5f49ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supysonic
pkgdesc = A Python implementation of the Subsonic server API.
- pkgver = 0.5.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/spl0k/supysonic
install = supysonic.install
@@ -16,6 +16,7 @@ pkgbase = supysonic
depends = python-mutagen
depends = python-watchdog
depends = python-zipstream
+ depends = python-mediafile
optdepends = ffmpeg: Transcoder support
optdepends = mpv: Jukebox support
optdepends = mariadb: MariaDB database
@@ -24,13 +25,13 @@ pkgbase = supysonic
optdepends = postgresql: PostgreSQL database
optdepends = python-psycopg2: PostgreSQL database support
backup = etc/supysonic
- source = supysonic-0.5.0.tar.gz::https://github.com/spl0k/supysonic/archive/0.5.0.tar.gz
+ source = supysonic-0.6.1.tar.gz::https://github.com/spl0k/supysonic/archive/0.6.1.tar.gz
source = supysonic.ini
source = supysonic.sysusers
source = supysonic.tmpfiles
source = supysonic-daemon.service
source = apache-wsgi.conf
- sha256sums = 5bc10c8928228bc0534c66b9b620fe300b8ac18693b3ae110ae3271184f5ddfe
+ sha256sums = 1de6d2d4945a984c854d51c55145f673f25acb58a0f5930348ecaa2723a8e361
sha256sums = e8a10b2be1c3b6757cee8928f2e585351da9e9b6eadfa68c8905913108a26b80
sha256sums = b4b723d30fb45f86a15ec218910cd3935aac4546d5e2f9a1e1bc79cccfb98480
sha256sums = 430eba10de5381a425074b89d0a46fb770be5112b26e81ac6a2b55765675cb13
diff --git a/PKGBUILD b/PKGBUILD
index 98f129f3d663..095f6f0caf9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Sprunk <arch-aur@sprunk.me>
# Contributor: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=supysonic
-pkgver=0.5.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="A Python implementation of the Subsonic server API."
arch=('any')
@@ -15,6 +15,7 @@ depends=(
'python-mutagen'
'python-watchdog'
'python-zipstream'
+ 'python-mediafile'
)
makedepends=(
'git'
@@ -34,7 +35,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/spl0k/$pkgname/archive/$pkg
"$pkgname.tmpfiles"
"$pkgname-daemon.service"
"apache-wsgi.conf")
-sha256sums=('5bc10c8928228bc0534c66b9b620fe300b8ac18693b3ae110ae3271184f5ddfe'
+sha256sums=('1de6d2d4945a984c854d51c55145f673f25acb58a0f5930348ecaa2723a8e361'
'e8a10b2be1c3b6757cee8928f2e585351da9e9b6eadfa68c8905913108a26b80'
'b4b723d30fb45f86a15ec218910cd3935aac4546d5e2f9a1e1bc79cccfb98480'
'430eba10de5381a425074b89d0a46fb770be5112b26e81ac6a2b55765675cb13'