summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-07-17 13:24:24 +0200
committerVasilii Novikov2019-07-17 13:24:24 +0200
commit546f0586e0cabd817fd06afb8b5109a5a9461538 (patch)
tree113e99474e8b7c6b6938eea6b073af80c37ae53b
parent5f60ef56c88a64a62f39ebb9a60e86aa901e82bd (diff)
downloadaur-546f0586e0cabd817fd06afb8b5109a5a9461538.tar.gz
new release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46bf8c1d5bf7..890a443f3b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more
- pkgver = 0.13.10
- pkgrel = 2
+ pkgver = 0.13.11
+ pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
@@ -9,8 +9,8 @@ pkgbase = rua
makedepends = cargo
depends = bubblewrap
depends = git
- source = https://github.com/vn971/rua/archive/0.13.10.tar.gz
- sha256sums = f25daf5fca1771e469762f7af1e4a75387d96fddc4d46d066bdfa4dd1a73d3b3
+ source = https://github.com/vn971/rua/archive/0.13.11.tar.gz
+ sha256sums = 166f5b232d1f1fad91249b0d4fc88de8ddcc996da73314e1b7ab6f3e311390f6
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 5a3235554d8f..27b2f60a029e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.13.10
-pkgrel=2
+pkgver=0.13.11
+pkgrel=1
pkgdesc='secure AUR helper written in Rust, supporting offline builds, filesystem isolation and more'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -13,7 +13,7 @@ depends=('bubblewrap' 'git')
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(f25daf5fca1771e469762f7af1e4a75387d96fddc4d46d066bdfa4dd1a73d3b3)
+sha256sums=(166f5b232d1f1fad91249b0d4fc88de8ddcc996da73314e1b7ab6f3e311390f6)
build () {
cd "$srcdir/$pkgname-$pkgver"