Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-17 15:36:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-17 15:36:18 +0200
commite9a4e96593e374b7d7ee7436489220aead84583d (patch)
tree940ecf4f1ecb790d29c7ecca5e055e26ad1be95a
parentdf28df55eb17170eee0f88bba0be41d038490e3f (diff)
built-support/rust40: rust 1.39.0 has an epoch
-rw-r--r--build-support/rust140/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')