summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedson2021-11-02 08:03:39 -0300
committerRedson2021-11-02 08:03:39 -0300
commit72e4174d35b0645bd2e8580b329298420648a975 (patch)
treed84b2090d97786a75115f1599f5befeb0869b419
parent5bd6c5839b464df245ea70032661d819baef0470 (diff)
downloadaur-72e4174d35b0645bd2e8580b329298420648a975.tar.gz
using rust instead cargo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8836df575e9e..695b824745c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pacw-git
pkgdesc = Pacman wrapper and utility tool.
- pkgver = 2.5
+ pkgver = .2.5
pkgrel = 1
url = https://github.com/S0raWasTaken/pacw
arch = x86_64
license = MIT
- makedepends = cargo
+ makedepends = rust
makedepends = git
source = git+https://github.com/S0raWasTaken/pacw.git
sha256sums = SKIP
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')