fix package source url

This commit is contained in:
Jason Nader 2025-01-08 21:09:13 +09:00
parent 677245f4c8
commit 8c48d179c3
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = audiobookshelf
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
pkgver = v2.17.7
pkgrel = 1
pkgrel = 2
url = https://github.com/advplyr/audiobookshelf
arch = x86_64
arch = aarch64
@ -12,7 +12,7 @@ pkgbase = audiobookshelf
depends = nodejs
options = !debug
backup = etc/conf.d/audiobookshelf
source = audiobookshelf-v2.17.7.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/vv2.17.7.tar.gz
source = audiobookshelf-v2.17.7.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.17.7.tar.gz
source = audiobookshelf.conf
source = audiobookshelf.hook
source = audiobookshelf.service

View File

@ -4,7 +4,7 @@
pkgname=audiobookshelf
pkgver=v2.17.7
pkgrel=1
pkgrel=2
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
arch=("x86_64" "aarch64")
url="https://github.com/advplyr/${pkgname}"
@ -13,7 +13,7 @@ depends=("ffmpeg" "libnusqlite3" "nodejs")
makedepends=("npm")
backup=("etc/conf.d/${pkgname}")
options=("!debug")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz"
"${pkgname}.conf"
"${pkgname}.hook"
"${pkgname}.service"