summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authortaotieren2024-03-23 09:12:34 +0800
committertaotieren2024-03-23 09:12:34 +0800
commitf517958375ebe062c6a3e7821c72e563d7219de4 (patch)
tree1dceb4a43b0a018fcdafe6df3ee22d1c0ed5a381 /.SRCINFO
parent4b5df4dac25c4dcf2ed1e461de3c83d55988c6c8 (diff)
downloadaur-f517958375ebe062c6a3e7821c72e563d7219de4.tar.gz
update sudo-rs
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8037e33f1d..013f866b7b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = sudo-rs
pkgdesc = A safety oriented and memory safe implementation of sudo and su written in Rust.
pkgver = 0.2.2
- pkgrel = 0
+ pkgrel = 2
url = https://github.com/memorysafety/sudo-rs
install = sudo-rs.install
arch = x86_64
arch = aarch64
arch = riscv64
- license = Apache-2.0
- license = MIT
+ license = Apache-2.0 AND MIT
makedepends = cargo
makedepends = clang
depends = gcc-libs