summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')