diff options
author | Alastair Hughes | 2024-12-01 11:48:31 +0100 |
---|---|---|
committer | Alastair Hughes | 2024-12-01 11:48:31 +0100 |
commit | edc68820d957c14af7f85068127b08f59b00b0c8 (patch) | |
tree | e24ccc3c12880569ef1b33fca0c3a87458be7397 /PKGBUILD | |
parent | 6787b5b0fe1ea25efb595ecdc8ee78e976216e94 (diff) | |
download | aur-mew-git.tar.gz |
Add missing tllist build dep (required via fcft)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,13 +5,13 @@ _pkgname=mew pkgname=$_pkgname-git pkgver=0.0.r24.e96bf18 -pkgrel=1 +pkgrel=2 pkgdesc="Wayland port of dmenu" url="https://codeberg.org/sewn/mew" arch=('i686' 'x86_64') license=('MIT') depends=('wayland' 'libxkbcommon' 'fcft') -makedepends=('git' 'pkg-config' 'wayland-protocols') +makedepends=('git' 'pkg-config' 'wayland-protocols' 'tllist') source=(git+https://codeberg.org/sewn/mew.git) sha256sums=(SKIP) |