summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedson2021-11-02 08:03:39 -0300
committerRedson2021-11-02 08:03:39 -0300
commit72e4174d35b0645bd2e8580b329298420648a975 (patch)
treed84b2090d97786a75115f1599f5befeb0869b419 /PKGBUILD
parent5bd6c5839b464df245ea70032661d819baef0470 (diff)
downloadaur-pacw-git.tar.gz
using rust instead cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6701074e940f..906b9eafd6d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Pacman wrapper and utility tool."
arch=('x86_64')
url="https://github.com/S0raWasTaken/pacw"
license=('MIT')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
source=("git+https://github.com/S0raWasTaken/pacw.git")
sha256sums=('SKIP')