summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2016-10-23 20:53:47 +0200
committerSanpi2016-10-23 20:53:47 +0200
commit3167e6f831dbebcb0291f98af1768024c13af1f5 (patch)
tree21a17829ef36df365367f2b78bf2043e7b7546a5 /PKGBUILD
parent920b0cd4207873bc238ab8c185c6ca662db688fd (diff)
downloadaur-3167e6f831dbebcb0291f98af1768024c13af1f5.tar.gz
v0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 853c28a101ef..6983a6746f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
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')
@@ -9,7 +9,7 @@ license=('Apache' 'MIT')
depends=('rustup' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
-sha256sums=('94736ca70961469b7caf170663835403ff7b170e161ccaee9caee9fa8563264e')
+sha256sums=('52c03dce2f4389548460bdbeff688337e5263e1faf6dfb176b2ab59c086278b4')
build()
{