Compare commits

..

2 Commits

Author SHA1 Message Date
ea5b838208 Merge remote-tracking branch 'aur/master' 2026-03-13 09:09:14 -04:00
devome
3acd3cdcaa audiobookshelf: 2.33.0-1 2026-03-13 07:18:20 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
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 = 2.32.1 pkgver = 2.33.0
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://github.com/advplyr/audiobookshelf url = https://github.com/advplyr/audiobookshelf
@@ -12,13 +12,13 @@ pkgbase = audiobookshelf
depends = nodejs-lts-krypton depends = nodejs-lts-krypton
options = !debug options = !debug
backup = etc/conf.d/audiobookshelf backup = etc/conf.d/audiobookshelf
source = audiobookshelf-2.32.1.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.32.1.tar.gz source = audiobookshelf-2.33.0.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.33.0.tar.gz
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 = c718a9e23f7c94bf91c374564191ec4e030f638ec2cde379b8db71aee70b092a sha256sums = b22f03e6cc0f7ac0395cda72617b1d416fe5f47b87027e1730778b4a1378b398
sha256sums = 8739e07db19557aa03d23af09e871f3ca9489d99688622c49f2ea4e8c60a7989 sha256sums = 8739e07db19557aa03d23af09e871f3ca9489d99688622c49f2ea4e8c60a7989
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
sha256sums = 6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817 sha256sums = 6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817

View File

@@ -3,7 +3,7 @@
# 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=2.32.1 pkgver=2.33.0
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
@@ -20,7 +20,7 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz
"${pkgname}.service" "${pkgname}.service"
"${pkgname}.sysusers" "${pkgname}.sysusers"
"${pkgname}.tmpfiles") "${pkgname}.tmpfiles")
sha256sums=('c718a9e23f7c94bf91c374564191ec4e030f638ec2cde379b8db71aee70b092a' sha256sums=('b22f03e6cc0f7ac0395cda72617b1d416fe5f47b87027e1730778b4a1378b398'
'8739e07db19557aa03d23af09e871f3ca9489d99688622c49f2ea4e8c60a7989' '8739e07db19557aa03d23af09e871f3ca9489d99688622c49f2ea4e8c60a7989'
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b' '91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
'6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817' '6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817'