summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier2023-02-18 11:22:47 -0500
committerXavier2023-02-18 11:22:47 -0500
commitfd5a30d2958214c3be7c6ab4cfddbdec0e093402 (patch)
tree7763443c484871a17d957233a99e958160242d70 /PKGBUILD
parent440e8af0f0c73a397808674cbadf80f3bf4460a5 (diff)
downloadaur-fd5a30d2958214c3be7c6ab4cfddbdec0e093402.tar.gz
Further clarification of dependency semantics
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 433ae6b6d753..4923acd1a74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,7 +97,8 @@ package_ocp() {
${_pkgbase}-curses=${pkgver})
conflicts=('ocp-curses' 'ocp-sdl2')
depends=('alsa-lib'
- 'cjson'
+ 'bzip2'
+ 'cjson'
'ncurses'
'zlib'
'libancient'