bump to v2.13.4

This commit is contained in:
Jason Nader 2024-09-10 14:15:36 +09:00
parent 0f2d37bb41
commit 2ae53d9d75
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = audiobookshelf pkgbase = audiobookshelf
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
pkgver = v2.13.3 pkgver = v2.13.4
pkgrel = 2 pkgrel = 1
url = https://github.com/advplyr/audiobookshelf url = https://github.com/advplyr/audiobookshelf
arch = x86_64 arch = x86_64
license = GPL-3.0-only license = GPL-3.0-only
@ -12,13 +12,13 @@ pkgbase = audiobookshelf
options = !debug options = !debug
options = !strip options = !strip
backup = etc/conf.d/audiobookshelf backup = etc/conf.d/audiobookshelf
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.13.3 source = git+https://github.com/advplyr/audiobookshelf#tag=v2.13.4
source = audiobookshelf.conf source = audiobookshelf.conf
source = audiobookshelf.hook source = audiobookshelf.hook
source = audiobookshelf.service source = audiobookshelf.service
source = audiobookshelf.sysusers source = audiobookshelf.sysusers
source = audiobookshelf.tmpfiles source = audiobookshelf.tmpfiles
sha256sums = 0cda40f3bb6b1bab536d4e06bee811e7dae078b8a7e9786e923fd4951528a98f sha256sums = 4752935fd4d4d1ffc84dfb46bfeb3a3abdab13ce151d5119862aafeeb73e274f
sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d

View File

@ -1,8 +1,8 @@
# Maintainer: jason.nader@protonmail.com # Maintainer: jason.nader@protonmail.com
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com> # Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
pkgname=audiobookshelf pkgname=audiobookshelf
pkgver=v2.13.3 pkgver=v2.13.4
pkgrel=2 pkgrel=1
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
arch=('x86_64') arch=('x86_64')
url="https://github.com/advplyr/audiobookshelf" url="https://github.com/advplyr/audiobookshelf"
@ -21,7 +21,7 @@ source=(
'audiobookshelf.tmpfiles' 'audiobookshelf.tmpfiles'
) )
sha256sums=('0cda40f3bb6b1bab536d4e06bee811e7dae078b8a7e9786e923fd4951528a98f' sha256sums=('4752935fd4d4d1ffc84dfb46bfeb3a3abdab13ce151d5119862aafeeb73e274f'
'839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a' '839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a'
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b' '91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
'4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d' '4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d'