summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-09-05 14:11:32 +0200
committerVasilii Novikov2019-09-05 14:11:32 +0200
commitffc35cabb63d3fd51cdec9102fa4b5367a73b6f4 (patch)
tree80af7452d1f3a6b8aed36ecc5097c239bee1aab9
parentc4326e0e2b8547e7b66347c908f4a63521872dcb (diff)
downloadaur-ffc35cabb63d3fd51cdec9102fa4b5367a73b6f4.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 d9e6ffe050fa..bc2cdbb6e587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options
- pkgver = 0.14.8
+ pkgver = 0.14.9
pkgrel = 1
url = https://github.com/vn971/rua
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rua
depends = openssl
optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel
optdepends = sudo: package installation can be done via sudo, if convenient
- source = https://github.com/vn971/rua/archive/0.14.8.tar.gz
- sha256sums = 764b3dbb0fd2cffcee40e93a8f25f9e661b35c2e2ff8e5b7af675a86aa6f2aae
+ source = https://github.com/vn971/rua/archive/0.14.9.tar.gz
+ sha256sums = 82d69cc9916788c43e7c19c1491c04914ec3a5177cf91ddc6baf11e45a03c7ba
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 4eaf6fd08654..75b30fa7d187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.14.8
+pkgver=0.14.9
pkgrel=1
pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
url='https://github.com/vn971/rua'
@@ -17,7 +17,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(764b3dbb0fd2cffcee40e93a8f25f9e661b35c2e2ff8e5b7af675a86aa6f2aae)
+sha256sums=(82d69cc9916788c43e7c19c1491c04914ec3a5177cf91ddc6baf11e45a03c7ba)
build () {
cd "$srcdir/$pkgname-$pkgver"