You've already forked audiobookshelf
Merge remote-tracking branch 'aur/master'
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@ -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 = 2.20.0
|
pkgver = 2.21.0
|
||||||
pkgrel = 12
|
pkgrel = 11
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://github.com/advplyr/audiobookshelf
|
url = https://github.com/advplyr/audiobookshelf
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -13,14 +13,14 @@ pkgbase = audiobookshelf
|
|||||||
depends = nodejs
|
depends = nodejs
|
||||||
options = !debug
|
options = !debug
|
||||||
backup = etc/conf.d/audiobookshelf
|
backup = etc/conf.d/audiobookshelf
|
||||||
source = audiobookshelf-2.20.0.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.20.0.tar.gz
|
source = audiobookshelf-2.21.0.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.21.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 = 0001-support-unix-socket.patch
|
source = 0001-support-unix-socket.patch
|
||||||
source = audiobookshelf.tmpfiles
|
source = audiobookshelf.tmpfiles
|
||||||
sha256sums = b0a3072c3274658c8de35af66a1ddffb5fee33eb5ec293046edb26a865a2519e
|
sha256sums = 5578272cf249a151618ff5ade17656a023ed21d1c3c6c1deed72082f28026520
|
||||||
sha256sums = 50a42f0de1da9f780da11fa8413539fbb0a77857205b7ae25bb5bd35f51ad335
|
sha256sums = 50a42f0de1da9f780da11fa8413539fbb0a77857205b7ae25bb5bd35f51ad335
|
||||||
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
|
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
|
||||||
sha256sums = 6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817
|
sha256sums = 6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -3,8 +3,8 @@
|
|||||||
# 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.20.0
|
pkgver=2.21.0
|
||||||
pkgrel=12
|
pkgrel=11
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
||||||
arch=("x86_64" "aarch64")
|
arch=("x86_64" "aarch64")
|
||||||
@ -21,7 +21,7 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz
|
|||||||
"${pkgname}.sysusers"
|
"${pkgname}.sysusers"
|
||||||
"0001-support-unix-socket.patch"
|
"0001-support-unix-socket.patch"
|
||||||
"${pkgname}.tmpfiles")
|
"${pkgname}.tmpfiles")
|
||||||
sha256sums=('b0a3072c3274658c8de35af66a1ddffb5fee33eb5ec293046edb26a865a2519e'
|
sha256sums=('5578272cf249a151618ff5ade17656a023ed21d1c3c6c1deed72082f28026520'
|
||||||
'50a42f0de1da9f780da11fa8413539fbb0a77857205b7ae25bb5bd35f51ad335'
|
'50a42f0de1da9f780da11fa8413539fbb0a77857205b7ae25bb5bd35f51ad335'
|
||||||
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
|
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
|
||||||
'6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817'
|
'6caf801cfd2ba12002b32cf9029111ccc02da794f9bf4721f5e110a7940e4817'
|
||||||
|
Reference in New Issue
Block a user