summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dfbfeddd9a7..878a356a88d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rua
pkgdesc = AUR helper in Rust providing control, review and jailed/offline build options
pkgver = 0.14.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
@@ -10,6 +10,8 @@ pkgbase = rua
depends = bubblewrap
depends = git
depends = pacman
+ depends = xz
+ 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.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 51ceeef26ee8..5542489da511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Vasia Novikov <n1dr+cmarchlinux@yaaandex.com> (replace "aaa" with "a")
-
pkgname=rua
pkgver=0.14.6
-pkgrel=2
+pkgrel=3
pkgdesc='AUR helper in Rust providing control, review and jailed/offline build options'
url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
@@ -10,7 +9,7 @@ arch=('x86_64' 'i686')
license=('GPL3')
makedepends=('cargo')
-depends=('bubblewrap' 'git' 'pacman')
+depends=('bubblewrap' 'git' 'pacman' 'xz' 'openssl')
optdepends=(
'bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel'
'sudo: package installation can be done via sudo, if convenient'