fix package version prefix

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

View File

@ -1,6 +1,6 @@
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.17.7 pkgver = v2.17.7
pkgrel = 1 pkgrel = 1
url = https://github.com/advplyr/audiobookshelf url = https://github.com/advplyr/audiobookshelf
arch = x86_64 arch = x86_64
@ -12,7 +12,7 @@ pkgbase = audiobookshelf
depends = nodejs depends = nodejs
options = !debug options = !debug
backup = etc/conf.d/audiobookshelf backup = etc/conf.d/audiobookshelf
source = audiobookshelf-2.17.7.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.17.7.tar.gz source = audiobookshelf-v2.17.7.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/vv2.17.7.tar.gz
source = audiobookshelf.conf source = audiobookshelf.conf
source = audiobookshelf.hook source = audiobookshelf.hook
source = audiobookshelf.service source = audiobookshelf.service

View File

@ -3,7 +3,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=2.17.7 pkgver=v2.17.7
pkgrel=1 pkgrel=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")