summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-10-04 06:21:54 +1300
committercaltlgin2020-10-04 06:21:54 +1300
commitf0ad3e14e8d58891b11aab7c2d88c3578c539bdf (patch)
treeb284ee605ae6c287b6710116fbfcd3974080f5d6 /PKGBUILD
parent9481b4e9de4d77a46994a3bbf11c1eb29eec0773 (diff)
downloadaur-f0ad3e14e8d58891b11aab7c2d88c3578c539bdf.tar.gz
Add cryptsetup to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50830a6a30d3..40281ba696f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
_pkgname='bashmount'
pkgname="${_pkgname}-git"
pkgver=0.43.r17.g1f75f01
-pkgrel=1
+pkgrel=2
pkgdesc='Tool to mount and unmount removable media from the command-line'
arch=('any')
url='https://github.com/jamielinux/bashmount'
license=('GPL2')
+depends=('cryptsetup')
makedepends=('git')
optdepends=('udisks2: manage removable media without sudo')
provides=("${_pkgname}")