diff options
author | éclairevoyant | 2024-02-24 20:26:44 -0500 |
---|---|---|
committer | éclairevoyant | 2024-02-24 20:26:44 -0500 |
commit | c57f139968252cdb1a42a66e4b3ef82575ecc71f (patch) | |
tree | 8eeaa681bfd92142ba1fd362cd6d7188213d45d7 /PKGBUILD | |
parent | 73c4d7daa0940d6446723d1701274036a822ef36 (diff) | |
download | aur-swhkd-git.tar.gz |
swhkd-git: use cargo instead of rustup
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ url="https://github.com/waycrate/$_pkgname" pkgdesc="Display server-independent hotkey daemon inspired by sxhkd" license=(BSD) depends=(polkit) -makedepends=(git rustup scdoc) +makedepends=(cargo git scdoc) provides=(swhkd) conflicts=(swhkd) source=("git+$url.git" |