summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31498eb2d43f..12f5da4e0c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ragnar-git
pkgver=0.30.a917c66
-pkgrel=1
+pkgrel=2
pkgdesc="Mount an existing remote LUKS device with NBD over SSH"
url="https://github.com/gavinhungry/ragnar"
license="MIT"
arch=('any')
makedepends=('git')
-depends=('cryptsetup' 'udisks')
+depends=('openssh' 'nbd' 'cryptsetup' 'udisks')
source=("${pkgname}::git+${url}.git#branch=master")
md5sums=('SKIP')