summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2024-02-24 20:26:44 -0500
committeréclairevoyant2024-02-24 20:26:44 -0500
commitc57f139968252cdb1a42a66e4b3ef82575ecc71f (patch)
tree8eeaa681bfd92142ba1fd362cd6d7188213d45d7
parent73c4d7daa0940d6446723d1701274036a822ef36 (diff)
downloadaur-c57f139968252cdb1a42a66e4b3ef82575ecc71f.tar.gz
swhkd-git: use cargo instead of rustup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6178825dff80..1558fefeb5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = swhkd-git
url = https://github.com/waycrate/swhkd
arch = x86_64
license = BSD
+ makedepends = cargo
makedepends = git
- makedepends = rustup
makedepends = scdoc
depends = polkit
provides = swhkd
diff --git a/PKGBUILD b/PKGBUILD
index 12464e6f3a87..8adb4f0b7b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"