summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2016-10-23 20:53:47 +0200
committerSanpi2016-10-23 20:53:47 +0200
commit3167e6f831dbebcb0291f98af1768024c13af1f5 (patch)
tree21a17829ef36df365367f2b78bf2043e7b7546a5
parent920b0cd4207873bc238ab8c185c6ca662db688fd (diff)
downloadaur-3167e6f831dbebcb0291f98af1768024c13af1f5.tar.gz
v0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b15e1a74b219..b4de7b2cda53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xargo
pkgdesc = Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/japaric/xargo
arch = x86_64
license = Apache
@@ -9,8 +9,8 @@ pkgbase = xargo
makedepends = cargo
depends = rustup
depends = gcc-libs-multilib
- source = https://github.com/japaric/xargo/archive/v0.2.0.zip
- sha256sums = 94736ca70961469b7caf170663835403ff7b170e161ccaee9caee9fa8563264e
+ source = https://github.com/japaric/xargo/archive/v0.2.1.zip
+ sha256sums = 52c03dce2f4389548460bdbeff688337e5263e1faf6dfb176b2ab59c086278b4
pkgname = xargo
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()
{