From 9998dd60cf9a7f6a6795288d47ee09c00f110b4c Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Wed, 22 May 2024 23:10:59 +0900 Subject: [PATCH] fix provides and conflicts entries --- .SRCINFO | 8 +++----- PKGBUILD | 4 +--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 649703b..7c80764 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,15 @@ pkgbase = audiobookshelf pkgdesc = Self-hosted audiobook server for managing and playing audiobooks pkgver = v2.9.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/advplyr/audiobookshelf - arch = any - license = GPL3 + arch = x86_64 + license = GPL-3.0-only makedepends = nodejs makedepends = npm makedepends = git depends = ffmpeg optdepends = tone-bin - provides = audiobookshelf - conflicts = audiobookshelf options = !debug options = !strip backup = etc/conf.d/audiobookshelf diff --git a/PKGBUILD b/PKGBUILD index c154248..c6fa133 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Based on PKGBUILD by Kevin S pkgname=audiobookshelf pkgver=v2.9.0 -pkgrel=3 +pkgrel=4 pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" arch=('x86_64') url="https://github.com/advplyr/audiobookshelf" @@ -10,8 +10,6 @@ license=('GPL-3.0-only') depends=('ffmpeg') makedepends=('nodejs' 'npm' 'git') optdepends=('tone-bin') -provides=("audiobookshelf") -conflicts=("audiobookshelf") backup=('etc/conf.d/audiobookshelf') options=(!debug !strip)