summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabTheBab2021-04-29 10:10:36 -0400
committerGabTheBab2021-04-29 10:10:36 -0400
commit9ba0b3bfa8e5873f83941660337e2d01b65e13fd (patch)
tree8b6b6118edc7d7b75bafc1eee5b8d8c1ddf05b50
parent8439e52331d140026dd847f428a04dcd13c75f7f (diff)
downloadaur-9ba0b3bfa8e5873f83941660337e2d01b65e13fd.tar.gz
Remove bash dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c63e16aa9960..effddc449c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Script to rollback to snapper snapshot using the layout proposed in the
arch=('any')
license=('GPL3')
url='https://gitlab.freedesktop.org/Gabby/rollback'
-depends=('bash' 'coreutils' 'python' 'btrfs-progs')
+depends=('coreutils' 'python' 'btrfs-progs')
optdepends=('doas: Automatic priv escalation'
'sudo: Automatic priv escalation'
)