Provide fortune-mod as well as conflict it
This commit is contained in:
parent
37133a7cdd
commit
1b300b5340
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -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
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue