summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSameer2018-12-05 11:18:20 -0600
committerSameer2018-12-05 11:18:20 -0600
commit529430003e9e9300c177e84d658bab439e1642b7 (patch)
treedb9dd5b602c37488911f5a491bf8653a6bf70135 /PKGBUILD
parent01557490f0a04c9344bded67e684ec378c5f9bef (diff)
downloadaur-529430003e9e9300c177e84d658bab439e1642b7.tar.gz
Require nightly rust & cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d57ee3d6441..2ac8ae4aeb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
arch=('any')
url='https://github.com/sameer/lrad'
license=('MIT')
-makedepends=('rust' 'cargo' 'cmake' 'gcc' 'git' 'openssl' 'curl')
+makedepends=('rust-nightly' 'cargo-nightly' 'cmake' 'gcc' 'git' 'openssl' 'curl')
source=("$_pkgname::git+https://github.com/sameer/lrad.git")
sha256sums=('SKIP')