diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 18:04:31 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 18:07:11 +0100 |
| commit | 1125b770c557886fe4a910abe1ca7deebd44d5f6 (patch) | |
| tree | 306acf9a3b8b8554dacd5a22d0782808bc89ccf6 /build-aux | |
| parent | 1498b8b2acde9a20da08a009fa94bc2e6c80223b (diff) | |
Restore missing variables in rpm/deb
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index 2ab3bba..e4ef0de 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -8,6 +8,7 @@ url="https://map.tranquil.systems/map-for-linux" license=('AGPL-3.0-or-later') depends=('gtk4' 'libadwaita' 'gtksourceview5' 'cairo') makedepends=('cargo' 'gettext') +options=('!debug') source=() sha256sums=() |