summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2023-06-24 08:43:11 +0200
committerMattias Andrée2023-06-24 08:43:11 +0200
commit4945894c6798e2dd9fcaeb5faa5b1c2952db3016 (patch)
treed41fb0958cad76ff3a8f015708b36e188ff77886
parentbadf5332f2b409cabacfd34776dd9f7bff6fab03 (diff)
downloadaur-4945894c6798e2dd9fcaeb5faa5b1c2952db3016.tar.gz
Update package release to 1.0-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955bf8c5cb68..cdd7a9c8eda7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = key2root
pkgdesc = Authenticate with keyfile and run a process as root
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://maandree.se/proj/key2root.html
arch = x86_64
license = custom:ISC
+ depends = libar2simplified>=1.1.2
+ depends = libar2
+ depends = libblake
source = key2root-1.0.tar.gz::https://git.maandree.se/key2root/snapshot/key2root-1.0.tar.gz
sha256sums = c365a009daf784398a0d93b0875a263a078cbc8f417c9e262bd83bab57b0a19e
diff --git a/PKGBUILD b/PKGBUILD
index 9f5adb3bb74c..bd05b5780f2d 100644
--- a/PKGBUILD
+++ b/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)