diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-07 14:06:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-07 14:10:03 +0100 |
commit | 6bd66e6a2e052230b0a9e0674d257f15dfc82b73 (patch) | |
tree | b9d26cd606c7ea2edb19b343bf9b26ce8409b85b /dbus | |
parent | 63313a23ce8ef16cb88c9e264bb9a2051bc582d5 (diff) | |
download | repository-6bd66e6a2e052230b0a9e0674d257f15dfc82b73.tar.gz |
dbus: fix typo (thanks phoebos)
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dbus/build | 2 | ||||
-rw-r--r-- | dbus/dbus/checksums | 5 | ||||
-rw-r--r-- | dbus/dbus/version | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/dbus/dbus/build b/dbus/dbus/build index 3181e74f..5597cc84 100755 --- a/dbus/dbus/build +++ b/dbus/dbus/build @@ -11,7 +11,7 @@ cpt l libX11 libSM libICE >/dev/null 2>&1 && xorg=--with-x --disable-asserts \ --with-dbus-user=dbus \ --with-system-socket=/run/dbus/system_bus_socket \ - --with-system-pid-file=/run/dus/pid \ + --with-system-pid-file=/run/dbus/pid \ --with-console-auth-dir=/run/console \ "$xorg" \ --disable-systemd \ diff --git a/dbus/dbus/checksums b/dbus/dbus/checksums index a8c73b91..68469647 100644 --- a/dbus/dbus/checksums +++ b/dbus/dbus/checksums @@ -1,2 +1,3 @@ -f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe dbus-1.12.20.tar.gz -cdaf6273c6a779dd739b217726e5724b4a37a811901a41ee1d0dae188a46f708 dbus.run +%BLAKE3 +4cbd81820c731a826d08abe4ffb2efd6f8418be6220addec5d5f162e54f0408c dbus-1.12.20.tar.gz +0f0893c85cd334af0a560fd7ea618f5c76cadfdbba16fd16070b3e68e7a80a4c dbus.run diff --git a/dbus/dbus/version b/dbus/dbus/version index 052da8e5..4988e969 100644 --- a/dbus/dbus/version +++ b/dbus/dbus/version @@ -1 +1 @@ -1.12.20 1 +1.12.20 2 |