fix checksums

This commit is contained in:
Jason Nader 2024-04-25 09:51:58 +09:00
parent bf50a01c74
commit 342bedea5c
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ pkgbase = audiobookshelf
source = audiobookshelf.service source = audiobookshelf.service
source = audiobookshelf.sysusers source = audiobookshelf.sysusers
source = audiobookshelf.tmpfiles source = audiobookshelf.tmpfiles
md5sums = fbc9eaa687739636d746f3bdfe3b02eb md5sums = SKIP
md5sums = 4832a71a50f33831b6b4be53555e05f5 md5sums = 4832a71a50f33831b6b4be53555e05f5
md5sums = 3c4d1ab715f9221cb625b8248e3023df md5sums = 3c4d1ab715f9221cb625b8248e3023df
md5sums = ed4711d3ce7d76fc173fb0e10915b80c md5sums = ed4711d3ce7d76fc173fb0e10915b80c

View File

@ -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.9.0 pkgver=v2.9.0
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=('any') arch=('any')
url="https://github.com/advplyr/audiobookshelf" url="https://github.com/advplyr/audiobookshelf"
@ -24,7 +24,7 @@ source=(
'audiobookshelf.tmpfiles' 'audiobookshelf.tmpfiles'
) )
md5sums=('fbc9eaa687739636d746f3bdfe3b02eb' md5sums=('SKIP'
'4832a71a50f33831b6b4be53555e05f5' '4832a71a50f33831b6b4be53555e05f5'
'3c4d1ab715f9221cb625b8248e3023df' '3c4d1ab715f9221cb625b8248e3023df'
'ed4711d3ce7d76fc173fb0e10915b80c' 'ed4711d3ce7d76fc173fb0e10915b80c'