upgpkg v2.9.0

This commit is contained in:
Jason Nader
2024-04-23 21:06:19 +09:00
parent ac0d7bb232
commit bf50a01c74
2 changed files with 12 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
# Maintainer: jason.nader@protonmail.com
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
pkgname=audiobookshelf
pkgver=v2.8.1
pkgrel=3
pkgver=v2.9.0
pkgrel=1
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
arch=('any')
url="https://github.com/advplyr/audiobookshelf"
@@ -24,14 +24,12 @@ source=(
'audiobookshelf.tmpfiles'
)
md5sums=(
'SKIP'
'4832a71a50f33831b6b4be53555e05f5'
'3c4d1ab715f9221cb625b8248e3023df'
'ed4711d3ce7d76fc173fb0e10915b80c'
'f8a4833710760dd16a89906052dff322'
'b741beeaf0fc232734c9d20ee5b988aa'
)
md5sums=('fbc9eaa687739636d746f3bdfe3b02eb'
'4832a71a50f33831b6b4be53555e05f5'
'3c4d1ab715f9221cb625b8248e3023df'
'ed4711d3ce7d76fc173fb0e10915b80c'
'f8a4833710760dd16a89906052dff322'
'b741beeaf0fc232734c9d20ee5b988aa')
prepare() {
cd "${srcdir}/${pkgname}"