summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-09-04 18:00:38 +0200
committerVasilii Novikov2019-09-04 18:04:53 +0200
commitec488e48aa5b216f6b073446d13ccb1d2101981f (patch)
treef48c3d2dc4c9d5a903f1b2c87aea0a74c0a66729
parent005219e4801c7574974bb77621a85c4f3ed1876c (diff)
downloadaur-ec488e48aa5b216f6b073446d13ccb1d2101981f.tar.gz
fix by stating 'xz' and 'openssl' as dependencies
-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'