summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2021-01-03 14:29:23 +0100
committerSanpi2021-01-03 14:29:49 +0100
commitd0245fedfa7dfc65ef7f8569822756de96458207 (patch)
tree6a1c3ddc5e24b381ea065d0201f678ebc24561c0
parent3da2c5d38bc7aa758ea29924d9fa9945b185946f (diff)
downloadaur-d0245fedfa7dfc65ef7f8569822756de96458207.tar.gz
v0.3.22
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19be5015515e..63e87d469874 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.3.21
- pkgrel = 2
+ pkgver = 0.3.22
+ pkgrel = 1
url = https://github.com/japaric/xargo
arch = x86_64
license = Apache
@@ -9,8 +9,8 @@ pkgbase = xargo
makedepends = cargo
depends = rust
depends = gcc-libs-multilib
- source = https://github.com/japaric/xargo/archive/v0.3.21.zip
- sha256sums = 6772a19487ca8ddb91740aff1e4abe801b24a1033e609b0ed9bc48672352cb1d
+ source = https://github.com/japaric/xargo/archive/v0.3.22.zip
+ sha256sums = 9aae905b7cd8df8e89f02c5d4a17f3191356f9446c5c05812d829ec92d2b619c
pkgname = xargo
diff --git a/.gitignore b/.gitignore
index 5a4b7259ef3e..19813b679b5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/pkg
-/*.pkg.tar.xz
+/*.pkg.tar.zst
/*.zip
/src
diff --git a/PKGBUILD b/PKGBUILD
index 1465e787ce44..3325950e5abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=xargo
-pkgver=0.3.21
-pkgrel=2
+pkgver=0.3.22
+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=('rust' 'gcc-libs-multilib')
makedepends=('cargo')
source=("$url/archive/v$pkgver.zip")
-sha256sums=('6772a19487ca8ddb91740aff1e4abe801b24a1033e609b0ed9bc48672352cb1d')
+sha256sums=('9aae905b7cd8df8e89f02c5d4a17f3191356f9446c5c05812d829ec92d2b619c')
build()
{