diff options
author | GabTheBab | 2021-04-29 10:10:36 -0400 |
---|---|---|
committer | GabTheBab | 2021-04-29 10:10:36 -0400 |
commit | 9ba0b3bfa8e5873f83941660337e2d01b65e13fd (patch) | |
tree | 8b6b6118edc7d7b75bafc1eee5b8d8c1ddf05b50 | |
parent | 8439e52331d140026dd847f428a04dcd13c75f7f (diff) | |
download | aur-9ba0b3bfa8e5873f83941660337e2d01b65e13fd.tar.gz |
Remove bash dependency
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ) |