mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-21 11:56:30 +00:00
Further clarification of dependency semantics
This commit is contained in:
parent
440e8af0f0
commit
fd5a30d295
2 changed files with 3 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -30,6 +30,7 @@ pkgbase = ocp
|
|||
|
||||
pkgname = ocp
|
||||
depends = alsa-lib
|
||||
depends = bzip2
|
||||
depends = cjson
|
||||
depends = ncurses
|
||||
depends = zlib
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -97,7 +97,8 @@ package_ocp() {
|
|||
${_pkgbase}-curses=${pkgver})
|
||||
conflicts=('ocp-curses' 'ocp-sdl2')
|
||||
depends=('alsa-lib'
|
||||
'cjson'
|
||||
'bzip2'
|
||||
'cjson'
|
||||
'ncurses'
|
||||
'zlib'
|
||||
'libancient'
|
||||
|
|
Loading…
Reference in a new issue