summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasya Novikov2018-10-29 17:31:55 +0300
committerVasya Novikov2018-10-29 17:31:55 +0300
commitcae61f20ccf1ada0ed4d8f1ebf187119e1d2fce8 (patch)
treedc6e7f0257e670750f482041daffd76ce95ab8cf
parent768ee82809e1ff31cf4d86bf34fe4fe1cf46020c (diff)
downloadaur-cae61f20ccf1ada0ed4d8f1ebf187119e1d2fce8.tar.gz
require "cargo" instead of two optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebfdae3dbe4b..e28ab254c27f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rua
pkgdesc = convenient jailed AUR helper in rust
pkgver = 0.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vn971/rua
arch = x86_64
arch = i686
license = GPL3
depends = bubblewrap
- optdepends = rust: to build using the "rust" package
- optdepends = rustup: to build using "rustup" package
+ depends = cargo
source = git+https://github.com/vn971/rua.git#tag=0.5.5
validpgpkeys = AEA6FBA1A5CC9777229EADAB63227A540AC1F12B
sha512sums = SKIP
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')