summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2183930eb9..820604fedf6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = stegano-git
url = https://github.com/steganogram/stegano-rs
arch = x86_64
license = GPL3
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = stegano
conflicts = stegano
diff --git a/PKGBUILD b/PKGBUILD
index df64f50ce30a..74fa1f65bacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CLI tool for steganography. Supports hiding data in PNG images via LSB
arch=('x86_64')
url="https://github.com/steganogram/stegano-rs"
license=('GPL3')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")