interim fix to avoid truncated binary
See https://gitlab.archlinux.org/pacman/pacman/-/issues/119 https://gitlab.archlinux.org/archlinux/packaging/packages/debugedit/-/merge_requests/1
This commit is contained in:
parent
342bedea5c
commit
7419af38d2
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = audiobookshelf
|
||||
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
|
||||
pkgver = v2.9.0
|
||||
pkgrel = 1
|
||||
pkgrel = 3
|
||||
url = https://github.com/advplyr/audiobookshelf
|
||||
arch = any
|
||||
license = GPL3
|
||||
@ -12,6 +12,7 @@ pkgbase = audiobookshelf
|
||||
optdepends = tone-bin
|
||||
provides = audiobookshelf
|
||||
conflicts = audiobookshelf
|
||||
options = !debug
|
||||
options = !strip
|
||||
backup = etc/conf.d/audiobookshelf
|
||||
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.9.0
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
|
||||
pkgname=audiobookshelf
|
||||
pkgver=v2.9.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
||||
arch=('any')
|
||||
url="https://github.com/advplyr/audiobookshelf"
|
||||
@ -13,7 +13,7 @@ optdepends=('tone-bin')
|
||||
provides=("audiobookshelf")
|
||||
conflicts=("audiobookshelf")
|
||||
backup=('etc/conf.d/audiobookshelf')
|
||||
options=(!strip)
|
||||
options=(!debug !strip)
|
||||
|
||||
source=(
|
||||
"git+${url}#tag=${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user