summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-05-24 19:48:23 +0200
committerSanpi2020-05-24 19:48:23 +0200
commit06d1b4e9d2fbca9870a10612f8bf7723ee5eb142 (patch)
treefea8f937bdf2236328d4892c6b01d625368d9842
parent5034b29f401136a70ae18ed9bd58ee081d1044c7 (diff)
downloadaur-06d1b4e9d2fbca9870a10612f8bf7723ee5eb142.tar.gz
Depends to rust instead of rustup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a64a2d64d906..39d8f1da98d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xargo
pkgdesc = Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
pkgver = 0.3.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/japaric/xargo
arch = x86_64
license = Apache
license = MIT
makedepends = cargo
- depends = rustup
+ depends = rust
depends = gcc-libs-multilib
source = https://github.com/japaric/xargo/archive/v0.3.20.zip
sha256sums = 48c9c9b56e515ef42e9baa84bf510818aa4e70097458b6df0d8dc47fdd5817ec
diff --git a/PKGBUILD b/PKGBUILD
index fdad958ebe41..11051263efc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
pkgver=0.3.20
-pkgrel=1
+pkgrel=2
pkgdesc='Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M'
url="https://github.com/japaric/$pkgname"
arch=('x86_64')
license=('Apache' 'MIT')
-depends=('rustup' 'gcc-libs-multilib')
+depends=('rust' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
sha256sums=('48c9c9b56e515ef42e9baa84bf510818aa4e70097458b6df0d8dc47fdd5817ec')