summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-06-16 12:27:37 +0200
committerVasilii Novikov2019-06-16 12:27:37 +0200
commit9502e7e5db3ce8fbfd3f51f992733d7212bd2ceb (patch)
tree329ace5288e0e584419f80b13b9e35c709a034a0
parent3795655b3bd2f13961ad3ef6c95da89bf2c77086 (diff)
downloadaur-9502e7e5db3ce8fbfd3f51f992733d7212bd2ceb.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b470e35bbb01..1b7d8f01abe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = secure AUR helper written in Rust
- pkgver = 0.13.9
+ pkgver = 0.13.10
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rua
makedepends = cargo
depends = bubblewrap
depends = git
- source = https://github.com/vn971/rua/archive/0.13.9.tar.gz
- sha256sums = 42590153b15e726240a7308214ec6ea126a096d36aa02b0a45d9dbfda9455b0d
+ source = https://github.com/vn971/rua/archive/0.13.10.tar.gz
+ sha256sums = f25daf5fca1771e469762f7af1e4a75387d96fddc4d46d066bdfa4dd1a73d3b3
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index c04a6d959aa3..b3d650793d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.13.9
+pkgver=0.13.10
pkgrel=1
pkgdesc='secure AUR helper written in Rust'
url='https://github.com/vn971/rua'
@@ -13,7 +13,7 @@ depends=('bubblewrap' 'git')
#options+=(!strip) # uncomment to have readable stack traces
-sha256sums=(42590153b15e726240a7308214ec6ea126a096d36aa02b0a45d9dbfda9455b0d)
+sha256sums=(f25daf5fca1771e469762f7af1e4a75387d96fddc4d46d066bdfa4dd1a73d3b3)
build () {
cd "$srcdir/$pkgname-$pkgver"