diff options
author | Nicolas Truessel | 2018-12-23 20:19:41 +0100 |
---|---|---|
committer | Nicolas Truessel | 2018-12-23 20:20:14 +0100 |
commit | 3aaec6ee49378f2951abf0cc0721199b0b08b927 (patch) | |
tree | 6f6d7313fb8b9825390496ab249563ebbc3921e3 /.SRCINFO | |
parent | c682b24d0d88cbf4d9a137737e49ad5c685f6b51 (diff) | |
download | aur-3aaec6ee49378f2951abf0cc0721199b0b08b927.tar.gz |
Register cargo as dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ pkgbase = cargo-binutils pkgver = 0.1.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/rust-embedded/cargo-binutils install = cargo-binutils.install arch = x86_64 license = Apache license = MIT - makedepends = cargo depends = rustup + depends = cargo source = https://github.com/rust-embedded/cargo-binutils/archive/v0.1.6.tar.gz sha256sums = 5514aefc982944c9fb965881a533817a4faaad883c871daa6fd5c820ce91ef6f |