summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasilii Novikov2019-10-27 17:53:58 +0100
committerVasilii Novikov2019-10-27 17:53:58 +0100
commitc98a288c9aed5f2f76a5a4bbe085ef5637efd8bf (patch)
tree3a27bcbc090e026d1bada6e7823b69c5acb90c2b /PKGBUILD
parentde309beaf0caf2ce9dd378f983d341a5c828205d (diff)
downloadaur-c98a288c9aed5f2f76a5a4bbe085ef5637efd8bf.tar.gz
update version and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ca3817189f..19b261754530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
pkgname=rua
-pkgver=0.14.16
+pkgver=0.14.17
pkgrel=1
-pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
+pkgdesc='AUR helper in Rust providing controlled and jailed build'
url='https://github.com/vn971/rua'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ optdepends=(
#options+=(!strip) # uncomment if you want readable stack traces
-sha256sums=(d4166462a7172faabe0ab0b6652d0b3738ab8e1abd58a8bc5a5bb51fd54d37e9)
+sha256sums=(10c525f4fe54dcf4400e0ba392bc79e17cd01aa3a7e24a85710d41282daf3d99)
build () {
cd "$srcdir/$pkgname-$pkgver"