Provide fortune-mod as well as conflict it

This commit is contained in:
Sam Therapy 2023-10-13 17:38:57 +02:00
parent 37133a7cdd
commit 1b300b5340
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ pkgbase = fortune-mod-off
makedepends = rinutils
depends = glibc
depends = recode
provides = fortune-mod
conflicts = fortune-mod
source = https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.20.0/fortune-mod-3.20.0.tar.xz
source = not-a-game.patch

View file

@ -13,6 +13,7 @@ url='https://www.shlomifish.org/open-source/projects/fortune-mod/'
license=('BSD')
depends=('glibc' 'recode')
makedepends=('cmake' 'rinutils')
provides=('fortune-mod')
conflicts=('fortune-mod')
source=("https://github.com/shlomif/fortune-mod/releases/download/${pkgname/-off/}-$pkgver/${pkgname/-off/}-$pkgver.tar.xz"
'not-a-game.patch')