depends
This commit is contained in:
parent
c18a8f10a8
commit
39c5f2bd74
2
PKGBUILD
2
PKGBUILD
|
@ -11,7 +11,7 @@ pkgdesc='Outputs X window titles'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/baskerville/${_pkgname}"
|
url="https://github.com/baskerville/${_pkgname}"
|
||||||
license=('custom:Unlicense')
|
license=('custom:Unlicense')
|
||||||
depends=('libxcb' 'xcb-util-wm')
|
depends=( 'libxcb' 'xcb-util' 'xcb-util-wm' )
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
conflicts=("${_pkgname}")
|
conflicts=("${_pkgname}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user