index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/rust140/PKGBUILD | 2 |
diff --git a/build-support/rust140/PKGBUILD b/build-support/rust140/PKGBUILD index 444f098e..9143e291 100644 --- a/build-support/rust140/PKGBUILD +++ b/build-support/rust140/PKGBUILD @@ -15,7 +15,7 @@ url='https://www.rust-lang.org/' arch=(i486 i686 pentium4 'x86_64') license=('MIT' 'Apache') -makedepends=('rust=1.39.0' "llvm=$_llvm_ver" 'libffi' 'perl' 'python' 'curl' 'cmake') +makedepends=('rust=1:1.39.0' "llvm=$_llvm_ver" 'libffi' 'perl' 'python' 'curl' 'cmake') checkdepends=('procps-ng' 'gdb') options=('!emptydirs') |