summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlastair Hughes2024-12-01 11:48:31 +0100
committerAlastair Hughes2024-12-01 11:48:31 +0100
commitedc68820d957c14af7f85068127b08f59b00b0c8 (patch)
treee24ccc3c12880569ef1b33fca0c3a87458be7397 /PKGBUILD
parent6787b5b0fe1ea25efb595ecdc8ee78e976216e94 (diff)
downloadaur-mew-git.tar.gz
Add missing tllist build dep (required via fcft)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ba0715f04a2..09051746fa8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)