summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ec69b0c2bc3..b60222d7d077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=rua
pkgver=0.5.5
-pkgrel=1
+pkgrel=2
pkgdesc='convenient jailed AUR helper in rust'
url='https://github.com/vn971/rua'
source=("git+https://github.com/vn971/rua.git#tag=$pkgver")
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('bubblewrap')
-optdepends=('rust: to build using the rust'
- 'rustup: to build using rustup')
+depends=('bubblewrap' 'cargo')
# gpg --keyserver keys.gnupg.net --recv-keys AEA6FBA1A5CC9777229EADAB63227A540AC1F12B
validpgpkeys=('AEA6FBA1A5CC9777229EADAB63227A540AC1F12B')