summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjD91mZM22018-03-05 11:47:30 +0100
committerjD91mZM22018-03-05 11:47:30 +0100
commit611d83f489adf0bc82eee5452aef60a5c038ffea (patch)
tree0e24f9d0c8e32d1c3f84b088e9f6df7db6c5b0a9 /PKGBUILD
parent29ab0e3e94f951c72f1ccea1d9a7ac0f3af1c41b (diff)
downloadaur-611d83f489adf0bc82eee5452aef60a5c038ffea.tar.gz
Use rust dependency over cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b92478b78b3..323dd6f8540f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Play an image/video in your terminal!"
arch=("x86_64")
url="https://github.com/jD91mZM2/termplay"
license=("MIT" "custom")
-makedepends=("cargo" "openal" "libsndfile")
+makedepends=("rust" "openal" "libsndfile")
optdepends=(
"ffmpeg: Video support"
"maim: Screen-mirroring support"