summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsigma2019-11-26 17:44:18 +0000
committersigma2019-11-26 17:44:18 +0000
commita118fc3d2cc0423c4b8a79b8c00d2a90be7dbb2d (patch)
treed55efcf9c25b94714c756000bff77b034bbaf189 /PKGBUILD
parent686a4a5d386656673ab2530f8634f90ebbb18a10 (diff)
downloadaur-a118fc3d2cc0423c4b8a79b8c00d2a90be7dbb2d.tar.gz
replace cargo makedepend with rustup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b5f68c1745e..0f8083006c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/Wilfred/remacs.git"
license=('GPL')
depends=('gpm' 'm17n-lib' 'alsa-lib' 'imagemagick')
-makedepends=('git' 'cargo' 'clang')
+makedepends=('git' 'clang' 'rustup')
#######################################################################
#######################################################################
if [[ $GTK2 = "YES" ]]; then