summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-02-24 15:33:28 +0100
committernycex2020-02-24 15:33:28 +0100
commit084c780c9799a4a258c1429f544b2c280be70ce7 (patch)
tree4375ae953f455d77d971450d9d82a8c6689dfb06
parent8a1a3ed9f8ad4365fb27aeb08476ea0d683d484b (diff)
downloadaur-084c780c9799a4a258c1429f544b2c280be70ce7.tar.gz
change dependency to cargo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f4c04f34a5a..a25edf5daefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="a snake game written in rust with quicksilver"
arch=('any')
url="https://codeberg.org/nycex/$_pkgbasename"
license=('MIT')
-depends=('rust')
+depends=('cargo')
source=(git+https://gitlab.com/nycex/${_pkgbasename})
sha256sums=('SKIP')