diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 17:04:18 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 17:45:47 +0100 |
| commit | 1498b8b2acde9a20da08a009fa94bc2e6c80223b (patch) | |
| tree | 116f7c29edc2213867087e71d9f5498a0e7899f5 /build-aux | |
| parent | e22e1210b117c95f3aa7f877b3217c623f7bcfa9 (diff) | |
Allow cleanup to prevent space issues
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index d330a95..2ab3bba 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="Wardley Map editor for Linux" arch=('x86_64' 'aarch64') url="https://map.tranquil.systems/map-for-linux" license=('AGPL-3.0-or-later') -depends=('gtk4' 'gtksourceview5' 'cairo') +depends=('gtk4' 'libadwaita' 'gtksourceview5' 'cairo') makedepends=('cargo' 'gettext') source=() sha256sums=() |