update to v2.13.3

This commit is contained in:
Jason Nader 2024-09-03 13:38:30 +09:00
parent 1d80b5d02f
commit d1c32a95ff
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
3 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = audiobookshelf
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
pkgver = v2.13.2
pkgver = v2.13.3
pkgrel = 1
url = https://github.com/advplyr/audiobookshelf
arch = x86_64
@ -12,16 +12,16 @@ pkgbase = audiobookshelf
options = !debug
options = !strip
backup = etc/conf.d/audiobookshelf
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.13.2
source = audiobookshelf.conf.d
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.13.3
source = audiobookshelf.conf
source = audiobookshelf.hook
source = audiobookshelf.service
source = audiobookshelf.sysusers
source = audiobookshelf.tmpfiles
md5sums = 06eb5f986cdb5ee20e56ee4fcde44ae0
md5sums = 4832a71a50f33831b6b4be53555e05f5
md5sums = 5d3442133959384888d7fc7b28773876
md5sums = d02fc1fc9aa5ba5f744a84180a1ed527
md5sums = 3c4d1ab715f9221cb625b8248e3023df
md5sums = ed4711d3ce7d76fc173fb0e10915b80c
md5sums = 7331c1ddab80eb373ee92d2c1284d0ef
md5sums = f8a4833710760dd16a89906052dff322
md5sums = b741beeaf0fc232734c9d20ee5b988aa

View File

@ -1,7 +1,7 @@
# Maintainer: jason.nader@protonmail.com
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
pkgname=audiobookshelf
pkgver=v2.13.2
pkgver=v2.13.3
pkgrel=1
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
arch=('x86_64')
@ -21,10 +21,10 @@ source=(
'audiobookshelf.tmpfiles'
)
md5sums=('06eb5f986cdb5ee20e56ee4fcde44ae0'
'4832a71a50f33831b6b4be53555e05f5'
md5sums=('5d3442133959384888d7fc7b28773876'
'd02fc1fc9aa5ba5f744a84180a1ed527'
'3c4d1ab715f9221cb625b8248e3023df'
'ed4711d3ce7d76fc173fb0e10915b80c'
'7331c1ddab80eb373ee92d2c1284d0ef'
'f8a4833710760dd16a89906052dff322'
'b741beeaf0fc232734c9d20ee5b988aa')

View File

@ -2,5 +2,6 @@ METADATA_PATH=/var/lib/audiobookshelf/metadata
CONFIG_PATH=/var/lib/audiobookshelf/config
FFMPEG_PATH=/usr/bin/ffmpeg
FFPROBE_PATH=/usr/bin/ffprobe
SKIP_BINARIES_CHECK=1
PORT=13378
HOST=0.0.0.0