aboutsummaryrefslogtreecommitdiffstats
path: root/key2root
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-06-24 08:42:16 +0200
committerMattias Andrée <maandree@kth.se>2023-06-24 08:42:16 +0200
commitcea9dcaee6901e869b63203d3fe4acdb0be986af (patch)
tree013c8db134146a5562d849ad97993c5a2a5287da /key2root
parentAdd key2root (diff)
downloadaur-packages-cea9dcaee6901e869b63203d3fe4acdb0be986af.tar.gz
aur-packages-cea9dcaee6901e869b63203d3fe4acdb0be986af.tar.bz2
aur-packages-cea9dcaee6901e869b63203d3fe4acdb0be986af.tar.xz
add dependencies for key2root
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--key2root/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/key2root/PKGBUILD b/key2root/PKGBUILD
index 9f5adb3..bd05b57 100644
--- a/key2root/PKGBUILD
+++ b/key2root/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=key2root
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Authenticate with keyfile and run a process as root"
arch=('x86_64')
url="https://maandree.se/proj/key2root.html"
license=('custom:ISC')
+depends=('libar2simplified>=1.1.2' libar2 libblake)
source=($pkgname-$pkgver.tar.gz::https://git.maandree.se/$pkgname/snapshot/$pkgname-$pkgver.tar.gz)
sha256sums=(c365a009daf784398a0d93b0875a263a078cbc8f417c9e262bd83bab57b0a19e)