summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-10-30 15:59:48 +0800
committerWenxuan Zhang2020-10-30 15:59:48 +0800
commit8efd8703509248644d3d5b8239be0d3b71f76faa (patch)
tree0fa4b8aad61437de76f727a422308ee5c77776c7 /PKGBUILD
parent898de792dfe7c166ba9d6d1db14f1df51ef0c855 (diff)
downloadaur-8efd8703509248644d3d5b8239be0d3b71f76faa.tar.gz
update dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68723e2800d3..be813db70cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url='https://github.com/fornwall/rust-script'
license=('MIT' 'APACHE')
depends=()
-makedepends=('rust' 'cargo')
+makedepends=('rust>=1.47')
conflicts=("rust-script-git" "rust-script-bin")
provides=()