summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2017-01-19 10:10:30 +0100
committerSanpi2017-01-19 10:10:30 +0100
commit4f2083762565c54edede44a49d7e709c3061ac37 (patch)
treeac5bacadffe4c8c76f701954cc7634e13bbf8c80
parent5db9b020fface56208c0c7cfedbfbfe19cb02909 (diff)
downloadaur-4f2083762565c54edede44a49d7e709c3061ac37.tar.gz
v0.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b86797cc8d..849433d49649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xargo
pkgdesc = Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/japaric/xargo
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = xargo
makedepends = cargo
depends = rustup
depends = gcc-libs-multilib
- source = https://github.com/japaric/xargo/archive/v0.3.3.zip
- sha256sums = c5f761907b144e2d637085afe368beabceeacbf659c8f784afd197ced3742ced
+ source = https://github.com/japaric/xargo/archive/v0.3.4.zip
+ sha256sums = 20264d9bdb94fa3c76f7c1071c15f9bc7d2ae17c7da3bf3dc8a5edf672d32786
pkgname = xargo
diff --git a/PKGBUILD b/PKGBUILD
index 6d265128c2dc..6460cab9b1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc='Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M'
url="https://github.com/japaric/$pkgname"
@@ -9,7 +9,7 @@ license=('Apache' 'MIT')
depends=('rustup' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
-sha256sums=('c5f761907b144e2d637085afe368beabceeacbf659c8f784afd197ced3742ced')
+sha256sums=('20264d9bdb94fa3c76f7c1071c15f9bc7d2ae17c7da3bf3dc8a5edf672d32786')
build()
{