fix sums
This commit is contained in:
parent
d1c32a95ff
commit
0f2d37bb41
14
.SRCINFO
14
.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 = v2.13.3
|
pkgver = v2.13.3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
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
|
||||||
@ -18,11 +18,11 @@ pkgbase = audiobookshelf
|
|||||||
source = audiobookshelf.service
|
source = audiobookshelf.service
|
||||||
source = audiobookshelf.sysusers
|
source = audiobookshelf.sysusers
|
||||||
source = audiobookshelf.tmpfiles
|
source = audiobookshelf.tmpfiles
|
||||||
md5sums = 5d3442133959384888d7fc7b28773876
|
sha256sums = 0cda40f3bb6b1bab536d4e06bee811e7dae078b8a7e9786e923fd4951528a98f
|
||||||
md5sums = d02fc1fc9aa5ba5f744a84180a1ed527
|
sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a
|
||||||
md5sums = 3c4d1ab715f9221cb625b8248e3023df
|
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
|
||||||
md5sums = 7331c1ddab80eb373ee92d2c1284d0ef
|
sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d
|
||||||
md5sums = f8a4833710760dd16a89906052dff322
|
sha256sums = cd5db44865de6f7401093b60869f937703213f196220e8c3325fa7f1b02db1fa
|
||||||
md5sums = b741beeaf0fc232734c9d20ee5b988aa
|
sha256sums = ec04988b13dd049fbd021a51275c92120179f74f1e71fd9141bd720633e5f99f
|
||||||
|
|
||||||
pkgname = audiobookshelf
|
pkgname = audiobookshelf
|
||||||
|
16
PKGBUILD
16
PKGBUILD
@ -2,7 +2,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=v2.13.3
|
pkgver=v2.13.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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,14 +21,14 @@ source=(
|
|||||||
'audiobookshelf.tmpfiles'
|
'audiobookshelf.tmpfiles'
|
||||||
)
|
)
|
||||||
|
|
||||||
md5sums=('5d3442133959384888d7fc7b28773876'
|
sha256sums=('0cda40f3bb6b1bab536d4e06bee811e7dae078b8a7e9786e923fd4951528a98f'
|
||||||
'd02fc1fc9aa5ba5f744a84180a1ed527'
|
'839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a'
|
||||||
'3c4d1ab715f9221cb625b8248e3023df'
|
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
|
||||||
'7331c1ddab80eb373ee92d2c1284d0ef'
|
'4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d'
|
||||||
'f8a4833710760dd16a89906052dff322'
|
'cd5db44865de6f7401093b60869f937703213f196220e8c3325fa7f1b02db1fa'
|
||||||
'b741beeaf0fc232734c9d20ee5b988aa')
|
'ec04988b13dd049fbd021a51275c92120179f74f1e71fd9141bd720633e5f99f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}"
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
npm install @yao-pkg/pkg
|
npm install @yao-pkg/pkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user