diff --git a/PKGBUILD b/PKGBUILD index fefc4d60..b567ea80 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot license=(mit) -makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.1') +makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.4') depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.2.2') source=() diff --git a/meson.build b/meson.build index 07716979..d5b306a6 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ wayland_cursor = dependency('wayland-cursor') xkb = dependency('xkbcommon') fontconfig = dependency('fontconfig') -tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist') +tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist') fcft = dependency('fcft', version: ['>=2.2.2', '<3.0.0'], fallback: 'fcft') wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')