fix provides and conflicts entries
This commit is contained in:
parent
59e09b9317
commit
9998dd60cf
8
.SRCINFO
8
.SRCINFO
@ -1,17 +1,15 @@
|
|||||||
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 = v2.9.0
|
pkgver = v2.9.0
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/advplyr/audiobookshelf
|
url = https://github.com/advplyr/audiobookshelf
|
||||||
arch = any
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL-3.0-only
|
||||||
makedepends = nodejs
|
makedepends = nodejs
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
optdepends = tone-bin
|
optdepends = tone-bin
|
||||||
provides = audiobookshelf
|
|
||||||
conflicts = audiobookshelf
|
|
||||||
options = !debug
|
options = !debug
|
||||||
options = !strip
|
options = !strip
|
||||||
backup = etc/conf.d/audiobookshelf
|
backup = etc/conf.d/audiobookshelf
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -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=3
|
pkgrel=4
|
||||||
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/advplyr/audiobookshelf"
|
url="https://github.com/advplyr/audiobookshelf"
|
||||||
@ -10,8 +10,6 @@ license=('GPL-3.0-only')
|
|||||||
depends=('ffmpeg')
|
depends=('ffmpeg')
|
||||||
makedepends=('nodejs' 'npm' 'git')
|
makedepends=('nodejs' 'npm' 'git')
|
||||||
optdepends=('tone-bin')
|
optdepends=('tone-bin')
|
||||||
provides=("audiobookshelf")
|
|
||||||
conflicts=("audiobookshelf")
|
|
||||||
backup=('etc/conf.d/audiobookshelf')
|
backup=('etc/conf.d/audiobookshelf')
|
||||||
options=(!debug !strip)
|
options=(!debug !strip)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user