diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:18:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:20:26 +0900 |
| commit | a3867ad65fd07b2daead85fe5c30422ac916890e (patch) | |
| tree | 1ee2ada5ce6523a55d0c73967eb16345bb2a3f35 /internal/rosa/package/dbus.az | |
| parent | 689f97297691beb266ded94e7b4fdcd4a36da51b (diff) | |
internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/dbus.az')
| -rw-r--r-- | internal/rosa/package/dbus.az | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/dbus.az b/internal/rosa/package/dbus.az index b3e3025e..8df149af 100644 --- a/internal/rosa/package/dbus.az +++ b/internal/rosa/package/dbus.az @@ -3,7 +3,7 @@ package dbus { website = "https://www.freedesktop.org/wiki/Software/dbus"; anitya = 5356; - version* = "1.16.2"; + version# = "1.16.2"; source = remoteGitLab { domain = "gitlab.freedesktop.org"; suffix = "dbus/dbus"; @@ -41,7 +41,7 @@ package xdg-dbus-proxy { website = "https://github.com/flatpak/xdg-dbus-proxy"; anitya = 58434; - version* = "0.1.7"; + version# = "0.1.7"; source = remoteGitHub { suffix = "flatpak/xdg-dbus-proxy"; tag = version; |
