summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLex Childs2020-12-23 14:00:54 -0600
committerLex Childs2020-12-23 14:00:54 -0600
commit50b880082f2e8205201f3848e0a82ac724cf69ca (patch)
tree062d0b6ffcfcbd71ea3506e28925ee3d096ca351
parent14302737b2cd4283e510d085ca47ba4cc7479ff1 (diff)
downloadaur-50b880082f2e8205201f3848e0a82ac724cf69ca.tar.gz
switch makedepends to use cargo, allow user to pick
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e67c1a7ba3e0..9c79fc3ecf57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/leftwm/leftwm"
license=('MIT')
depends=()
-makedepends=('rustup' 'git')
+makedepends=('cargo' 'git')
optdepends=('dmenu: default launcher'
'feh: used to set background images'
'lemonbar: light weight bar'